Skip to main content
Glama
ryotaro-tanaka

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_TOKEN environment variable, OR

    • Install 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
15hResponse time
Release cycle
Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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