Ditto MCP Server
by evtapps
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Controls logging verbosity: debug|info|warn|error|silent | info |
| DITTO_API_KEY | Yes | Ditto API key with access to your app | |
| DITTO_BASE_URL | Yes | The base URL of your Ditto app, e.g. https://MY_APP.cloud.ditto.live | |
| MCP_SERVER_NAME | No | Server display name | |
| DITTO_TIMEOUT_MS | No | Default per-call timeout in milliseconds | |
| DITTO_API_KEY_ENV | No | Environment variable name to read API key from | DITTO_API_KEY |
| MCP_DITTO_ALLOWED | No | Allowed operations: READ, ALL, or a comma list like SELECT,INSERT | |
| MCP_SERVER_VERSION | No | Overrides the reported server version | 0.0.0-dev |
| MCP_DITTO_QUERY_ALLOW_PATTERNS | No | Comma/semicolon-separated regex allow-list for query patterns |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingB | Health check for the Ditto MCP server |
| execute_dqlC | Runs a query in Ditto using a parameterized DQL statement |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| ditto_config | Current runtime configuration (safe subset) |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/evtapps/ditto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server