mcp-oss-onramp
Helps find beginner-friendly open source issues on GitHub, filtering out those already being worked on by checking linked PRs via GraphQL.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-oss-onrampFind beginner-friendly open source issues for Python"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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, ORInstall GitHub CLI (gh) and authenticate via
gh auth login.
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryotaro-tanaka/mcp-oss-onramp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server