chatgpt-sol-local-bridge
by mingrath
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host interface for the MCP server to bind to. Loopback is enforced. Default: 127.0.0.1 | 127.0.0.1 |
| PORT | No | Port for the MCP server to listen on. Default: 8765 | 8765 |
| MCP_TOKEN | No | Optional bearer token for authenticating to the MCP endpoint. | |
| WORKSPACE_ROOTS | No | Delimiter-separated list of allowed workspace roots. On Windows use ';', on other platforms use ':'. | |
| DEFAULT_WORKSPACE | No | Default workspace directory. Must be a single directory. | |
| BRIDGE_SCRATCH_DIR | No | Dedicated scratch directory used as the automatic tool root and for temporary files. | |
| ALLOW_PRIVATE_NETWORK | No | Set to 'true' to allow web_fetch to access private network addresses. Defaults to 'false'. | false |
| WEB_FETCH_ALLOW_HOSTS | No | Comma-separated list of hosts to allow for web_fetch when they are normally blocked (e.g., localhost, internal hosts). | |
| APPROVAL_VERIFIER_SHA256 | No | Expected SHA256 hash of the approval verifier executable. Required only when DESTRUCTIVE_APPROVAL_MODE=external. | |
| APPROVAL_VERIFIER_COMMAND | No | Absolute path to the external approval verifier command. Required only when DESTRUCTIVE_APPROVAL_MODE=external. | |
| DESTRUCTIVE_APPROVAL_MODE | No | Approval mode for destructive operations: 'deny' (always block), 'chat' (require human confirmation), or 'external' (use external verifier). Defaults to 'deny'. | deny |
| ALLOW_TOOL_ROOT_REGISTRATION | No | Set to 'true' to allow adding workspace roots via the workspace_add_root tool. Defaults to 'false'. | false |
| INCLUDE_COMMON_WORKSPACE_ROOTS | No | Set to 'true' to include common workspace roots (e.g., Desktop, Documents, home) by default. Defaults to 'false'. | false |
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/mingrath/chatgpt-sol-local-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server