oss autopilot for VS Code
io.github.costajohnt/oss-autopilot
Open source contribution manager with PR tracking, issue discovery, and CI diagnosis
client:VS Code
transport:stdio
runtime:npm
Install oss autopilot in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "github-token",
"description": "GITHUB_TOKEN",
"password": true
}
],
"servers": {
"oss-autopilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oss-autopilot/mcp"
],
"env": {
"GITHUB_TOKEN": "${input:github-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs