opencode-mcp-bridge
by nmt3325
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENCODE_MCP_BUN | No | The Bun executable path | bun |
| OPENCODE_MCP_LSP | No | Explicit opt-in for native LSP services | false |
| OPENCODE_MCP_HOST | No | Host to bind the HTTP server to | 127.0.0.1 |
| OPENCODE_MCP_PORT | No | Port to bind the HTTP server to | 8787 |
| OPENCODE_MCP_ROOT | Yes | Required, explicit workspace root; filesystem root is refused | |
| OPENCODE_MCP_TOKEN | No | Required for HTTP, at least 24 characters | |
| OPENCODE_MCP_MAX_JOBS | No | Maximum number of jobs (allowed 8-256) | 64 |
| OPENCODE_MCP_FORMATTER | No | Explicit opt-in for native formatter services | false |
| OPENCODE_MCP_STATE_DIR | No | Private per-root directory under ~/.local/state/opencode-mcp-bridge | |
| OPENCODE_MCP_PERMISSIONS | No | JSON native permission rules | |
| OPENCODE_MCP_RUNTIME_DIR | No | Package-local .opencode-runtime | .opencode-runtime |
| OPENCODE_MCP_MAX_CONCURRENT | No | Maximum concurrent jobs (allowed 1-32, not greater than MAX_JOBS) | 8 |
| OPENCODE_MCP_WAIT_MAX_SECONDS | No | Maximum wait time in seconds (allowed 0-50) | 45 |
| OPENCODE_MCP_DEFAULT_DIRECTORY | No | Remains only as a root alias | |
| OPENCODE_MCP_JOB_TIMEOUT_SECONDS | No | Job timeout in seconds (allowed 5-3600) | 600 |
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/nmt3325/notioncode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server