synapse-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP/SSE listen port | 13100 |
| NODE_ENV | No | Environment (development for pretty logs) | production |
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| SYNAPSE_JWT | No | JWT for human-only tools (optional) | |
| SYNAPSE_URL | No | Synapse API base URL | https://synapse.schaefer.zone |
| WEBHOOK_HOST | No | Hostname for webhook URLs | synapse-mcp |
| WEBHOOK_PORT | No | Webhook listen port | 13101 |
| MCP_TRANSPORT | No | Transport mode: 'stdio' or 'http' (WebSocket experimental) | http |
| SSH_PROXY_URL | No | SSH Proxy API URL | http://ssh-proxy:12900 |
| WEBHOOK_SECRET | No | Secret for signing webhook payloads | |
| ALLOWED_ORIGINS | No | Comma-separated CORS origins | * |
| SYNAPSE_MIND_KEY | No | Mind Key for authentication (required in stdio mode) | |
| BROWSER_PROXY_URL | No | Browser Proxy API URL | http://browser-proxy:13000 |
| SYNAPSE_PUBLIC_URL | No | Public Synapse URL for onboarding display | https://synapse.schaefer.zone |
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/Schaefer-Services/synapse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server