gud api mcp for VS Code
io.github.gudlab/gud-api-mcp
AI agents create, run, and save API requests as Gud API collections in your project.
client:VS Code
transport:stdio
runtime:npm
Install gud api mcp in VS Code
.vscode/mcp.json
{
"servers": {
"gud-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gudlab/gud-api-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs