Caipher MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | Yes | Required for Claude Desktop. Set to 'stdio' to ensure only JSON-RPC messages are sent to stdout, preventing debug logs from interfering with the protocol. | stdio |
| LOG_LEVEL | No | The logging level for the server (e.g., 'error', 'info', 'debug'). | error |
| N8N_API_KEY | No | Your n8n API key, required for workflow management tools (create, update, execute). | |
| N8N_API_URL | No | The URL of your n8n instance (e.g., https://your-n8n-instance.com or http://host.docker.internal:5678). | |
| N8N_MCP_LLM_MODEL | No | Model name for local LLM integration to enable AI-powered documentation summaries. | |
| N8N_MCP_LLM_BASE_URL | No | Base URL for local LLM integration to enable AI-powered documentation summaries. | |
| WEBHOOK_SECURITY_MODE | No | Set to 'moderate' to allow webhooks to your local n8n instance while still blocking private networks and cloud metadata. | |
| DISABLE_CONSOLE_OUTPUT | No | Set to 'true' to prevent debug logs from interfering with the protocol. | true |
| SQLJS_SAVE_INTERVAL_MS | No | Controls how long to wait after database changes before saving to disk when using the sql.js fallback (Default: 5000ms). | 5000 |
| N8N_MCP_TELEMETRY_DISABLED | No | Set to 'true' to opt out of anonymous usage statistics. |
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 |
|---|---|
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 | |
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/theblockchainbaby/caipher-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server