cockpit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COCKPIT_URL | Yes | The URL of the Cockpit CMS instance (e.g., http://localhost:8080) | |
| COCKPIT_TOKEN | Yes | The API token for Cockpit CMS (created in Settings > API) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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