🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-oss-onramp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-oss-onramp

MCP server for high-precision OSS issue scouting. Supports MCP_OSS_ONRAMP_GITHUB_TOKEN for PR cross-referencing and avoiding rate limits.

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
43
-12.24%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

mcp

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts