LabelGrid MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LABELGRID_API_URL | No | Override the API base URL. | production API |
| LABELGRID_TOOLSETS | No | Comma-separated subset of toolsets to expose. | all |
| LABELGRID_API_TOKEN | No | Your LabelGrid API token. If not provided, the server runs in setup mode. | |
| LABELGRID_READ_ONLY | No | Force reads only; overrides both write flags. | false |
| LABELGRID_ENABLE_WRITES | No | Safe writes (create/update drafts, labels, artists, …). Set false for reads only. | true |
| LABELGRID_FULL_WRITES_ACK | No | Must equal the exact acknowledgment sentence to arm full writes. | |
| LABELGRID_ENABLE_FULL_WRITES | No | Arm full writes — see Safety model. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| setupA | This LabelGrid MCP server is not connected to an account yet because no API token is configured. Call this tool to get step-by-step instructions to walk the user through creating a LabelGrid API token and adding it to their MCP client configuration. Returns the setup steps, ready-to-copy client config examples (with a placeholder token), a security note, and the optional settings. Makes no API calls. |
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/labelgrid/labelgrid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server