mcp-oss-onramp
v0.1.4
Published
MCP server for high-precision OSS issue scouting. Supports MCP_OSS_ONRAMP_GITHUB_TOKEN for PR cross-referencing and avoiding rate limits.
Maintainers
Readme
mcp-oss-onramp
AI Scout for truly available, beginner-friendly OSS issues.
Quick Start
Run directly via npx:
npx mcp-oss-onrampDirect 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-onrampMCP 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
