Skip to main content
Glama
mingrath
by mingrath

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost interface for the MCP server to bind to. Loopback is enforced. Default: 127.0.0.1127.0.0.1
PORTNoPort for the MCP server to listen on. Default: 87658765
MCP_TOKENNoOptional bearer token for authenticating to the MCP endpoint.
WORKSPACE_ROOTSNoDelimiter-separated list of allowed workspace roots. On Windows use ';', on other platforms use ':'.
DEFAULT_WORKSPACENoDefault workspace directory. Must be a single directory.
BRIDGE_SCRATCH_DIRNoDedicated scratch directory used as the automatic tool root and for temporary files.
ALLOW_PRIVATE_NETWORKNoSet to 'true' to allow web_fetch to access private network addresses. Defaults to 'false'.false
WEB_FETCH_ALLOW_HOSTSNoComma-separated list of hosts to allow for web_fetch when they are normally blocked (e.g., localhost, internal hosts).
APPROVAL_VERIFIER_SHA256NoExpected SHA256 hash of the approval verifier executable. Required only when DESTRUCTIVE_APPROVAL_MODE=external.
APPROVAL_VERIFIER_COMMANDNoAbsolute path to the external approval verifier command. Required only when DESTRUCTIVE_APPROVAL_MODE=external.
DESTRUCTIVE_APPROVAL_MODENoApproval mode for destructive operations: 'deny' (always block), 'chat' (require human confirmation), or 'external' (use external verifier). Defaults to 'deny'.deny
ALLOW_TOOL_ROOT_REGISTRATIONNoSet to 'true' to allow adding workspace roots via the workspace_add_root tool. Defaults to 'false'.false
INCLUDE_COMMON_WORKSPACE_ROOTSNoSet 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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