npm mcp-oss-onrampstdioMITupdated 3mo ago
AI Scout for truly available, beginner-friendly OSS issues.
What can you do with mcp oss onramp?
mcp-oss-onramp
AI Scout for truly available, beginner-friendly OSS issues.
ๆฅๆฌ่ช็ใฏใใกใ | Full Documentation
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
Install
Add mcp oss onramp to your client. Pick the one you use.
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.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 0.1.3Latest | May 16, 2026 |