← Back to Plugins
MCP Server MCP

io.github.gudlab/gud-api-mcp

github By github 👁 1 views ▲ 0 votes

AI agents create, run, and save API requests as Gud API collections in your project.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...