gud api mcp for Cursor
io.github.gudlab/gud-api-mcp
AI agents create, run, and save API requests as Gud API collections in your project.
client:Cursor
transport:stdio
runtime:npm
Install gud api mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gud-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gudlab/gud-api-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs