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-onrampRelated MCP server: gitea-mcp
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, 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
Related MCP Servers
- Alicense-qualityDmaintenanceA production-ready MCP server that provides AI assistants with comprehensive GitHub developer tooling including PR analysis, code review, changelog generation, dependency auditing, commit summarization, and refactoring suggestions.17ISC
- AlicenseAqualityBmaintenanceAn MCP server that enables AI assistants to read, create, and manage issues, repositories, and releases on Gitea, Forgejo, or Codeberg instances via personal access tokens.21MIT
- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to directly manage GitHub repositories, including PRs, issues, and code search, using natural language.MIT
- FlicenseAqualityBmaintenanceAn MCP server exposing AI-powered GitHub PR review as tools.5
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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