catapa-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CATAPA_TENANT | No | Tenant identifier for the public API when using an access token. | |
| MCP_SERVER_URL | No | Public URL of this deployment (for remote deployment). | |
| CATAPA_BASE_URL | No | Base URL for the public API (optional override). | |
| CATAPA_CLIENT_ID | No | OAuth2 client ID for the public API, or for OAuth mode. | |
| CATAPA_MCP_EXCLUDE | No | Comma-separated resource namespaces to exclude when generating public API tools. | |
| CATAPA_MCP_INCLUDE | No | Comma-separated resource namespaces to include when generating public API tools. | |
| CATAPA_ACCESS_TOKEN | No | Access token for the public API. | |
| CATAPA_CLIENT_SECRET | No | OAuth2 client secret for the public API, or for OAuth mode. | |
| CATAPA_MCP_AUTH_MODE | No | Set to 'oauth' to use the OAuth2 authorization-code flow for both APIs. | |
| UPSTASH_REDIS_REST_URL | No | Upstash Redis REST URL (set by Vercel Marketplace for remote deployment). | |
| CATAPA_PRIVATE_BASE_URL | No | Base URL for the private API (optional override). | |
| CATAPA_PRIVATE_PASSWORD | No | Password for the private API (session auth). | |
| CATAPA_PRIVATE_USERNAME | No | Username for the private API (session auth). | |
| CATAPA_AUTHORIZATION_URL | No | Authorization URL for CATAPA OAuth (optional override). | |
| CATAPA_MCP_ENABLE_PUBLIC | No | Set to 'false' to disable the public API half. | |
| MCP_TOKEN_ENCRYPTION_KEY | No | Fernet key used to encrypt user tokens in remote deployment. | |
| UPSTASH_REDIS_REST_TOKEN | No | Upstash Redis REST token (set by Vercel Marketplace for remote deployment). | |
| CATAPA_MCP_ENABLE_PRIVATE | No | Set to 'false' to disable the private API half. | |
| CATAPA_PRIVATE_ACCESS_TOKEN | No | Access token for the private API. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Maintenance
ActivitySlowing
ResponsivenessNo issues