Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COCKPIT_URLYesThe URL of the Cockpit CMS instance (e.g., http://localhost:8080)
COCKPIT_TOKENYesThe API token for Cockpit CMS (created in Settings > API)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsA

List all Cockpit content models (collections & singletons) with a one-line summary each. Start here to see what content exists.

describe_modelA

Describe one content model's field schema (names, types, required, choices, linked models, nested fields). Use this to understand the exact shape of the data behind a page or component — instead of fetching the whole API or docs.

list_itemsA

List content items for a model. Supports an optional Mongo-style filter (JSON), sort, field projection, and limit. Read-only.

get_itemA

Get a single content item by its id. Read-only.

searchA

Find items in a model whose given text field matches a query (case-insensitive substring). Handy when you know the content but not the id.

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/Avanxo-Technology/cockpit-mcp'

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