MCP Server
MCP
io.github.gudlab/gud-api-mcp
AI agents create, run, and save API requests as Gud API collections in your project.
Install
npx -y @gudlab/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@gudlab/gud-api-mcp",
"version": "0.1.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Project folder whose .gud-api/ the server reads and writes. Defaults to current dir.",
"value": ".",
"type": "named",
"name": "--project"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment