oss autopilot for Cursor
io.github.costajohnt/oss-autopilot
Open source contribution manager with PR tracking, issue discovery, and CI diagnosis
client:Cursor
transport:stdio
runtime:npm
Install oss autopilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oss-autopilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oss-autopilot/mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs