← Back to Plugins
MCP Server MCP

io.github.costajohnt/oss-autopilot

github By github 👁 1 views ▲ 0 votes

Open source contribution manager with PR tracking, issue discovery, and CI diagnosis

Homepage Verified source GitHub

Install

npx -y @oss-autopilot/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@oss-autopilot/mcp",
      "version": "2.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token or token from `gh auth token`",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...