oss autopilot for Grok
io.github.costajohnt/oss-autopilot
Open source contribution manager with PR tracking, issue discovery, and CI diagnosis
client:Grok
transport:stdio
runtime:npm
Install oss autopilot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"oss-autopilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oss-autopilot/mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs