Odel
mcp oss onramp

mcp oss onramp

Local
@ryotaro-tanakaJavaScriptMITUpdated 3mo ago

MCP server to scout beginner-friendly OSS issues with high precision using GitHub GraphQL

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-oss-onrampv0.1.3

Run

npx -y mcp-oss-onramp

MCP client config

{
  "mcpServers": {
    "mcp-oss-onramp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-oss-onramp"
      ]
    }
  }
}