Gud API MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_collectionsA | List all Gud API collections in the project's .gud-api folder, with request counts and folder names. |
| get_collectionB | Get the full contents of one collection: folders, requests (with method/url/headers/body), and variables. Example response bodies are summarized. |
| create_collectionC | Create a new collection in the project (.gud-api/collections). Returns its id. |
| upsert_requestA | Create or update a request inside a collection (matched by name). The collection is created if it doesn't exist. Optionally nest it under a folder path. |
| send_requestA | Execute a request and return status, timing, headers, and a (truncated) body. Resolves {{variables}} from the active environment and the request's collection. Optionally capture the response as a saved example. |
| delete_requestB | Delete a saved request from a collection by id or name. |
| upsert_environmentC | Create or update an environment (a named set of variables, e.g. base_url and tokens). Matched by name. Optionally set it active for subsequent send_request calls. |
| get_active_environmentA | Return the active environment's variables. Secret-looking values (token/key/secret/password/…) are masked — send_request still resolves the real values server-side. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |