npm mcp-oss-onrampstdioMITupdated 3mo ago
AI Scout for truly available, beginner-friendly OSS issues.
mcp oss onramp 能做什么?
mcp-oss-onramp
AI Scout for truly available, beginner-friendly OSS issues.
Quick Start
Run directly via npx:
npx mcp-oss-onramp
Direct Execution (CLI)
You can also run the server with a token directly in your terminal:
MCP_OSS_ONRAMP_GITHUB_TOKEN="your_token_here" npx mcp-oss-onramp
MCP Configuration
Add this to your AI agent's configuration:
{
"mcpServers": {
"oss-onramp": {
"command": "npx",
"args": ["-y", "mcp-oss-onramp"]
}
}
}
Features
- True Availability: Checks linked PRs via GraphQL to filter out issues already being worked on.
- AI-Optimized: Summarizes issue bodies for efficient LLM consumption.
- High Precision: Targets beginner-friendly tasks even without explicit labels.
Prerequisites
- GitHub Authentication (Recommended):
- Set
MCP_OSS_ONRAMP_GITHUB_TOKENenvironment variable, OR - Install GitHub CLI (gh) and authenticate via
gh auth login.
- Set
- Node.js: Version 18 or higher.
Note: The server works without authentication but will be rate-limited and provide lower precision (no PR cross-referencing).
License
MIT
安装
把 mcp oss onramp 添加到你的客户端。选择你正在使用的那个。
claude mcp add mcp-oss-onramp -- npx -y mcp-oss-onrampcodex mcp add mcp-oss-onramp -- npx -y mcp-oss-onrampamp mcp add mcp-oss-onramp -- npx -y mcp-oss-onramp{
"mcpServers": {
"mcp-oss-onramp": {
"command": "npx",
"args": [
"-y",
"mcp-oss-onramp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-oss-onramp": {
"command": "npx",
"args": [
"-y",
"mcp-oss-onramp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-oss-onramp","command":"npx","args":["-y","mcp-oss-onramp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-oss-onramp": {
"command": "npx",
"args": [
"-y",
"mcp-oss-onramp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-oss-onramp": {
"command": "npx",
"args": [
"-y",
"mcp-oss-onramp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-oss-onramp": {
"command": "npx",
"args": [
"-y",
"mcp-oss-onramp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-oss-onramp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mcp-oss-onramp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-oss-onramp": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-oss-onramp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mcp-oss-onrampRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档19/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 103 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.3最新 | 2026年5月16日 |