Skip to main content
Glama
gudlab

Gud API MCP Server

Official
by gudlab

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gudlab/gud-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server