Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAUDE_REMOTE_MCP_DENYNoComma-separated list of session names that never accept writes.
CLAUDE_REMOTE_MCP_HOSTNoHost interface for HTTP mode. Defaults to 127.0.0.1.127.0.0.1
CLAUDE_REMOTE_MCP_PATHNoPath for HTTP mode. Defaults to /mcp./mcp
CLAUDE_REMOTE_MCP_PORTNoPort for HTTP mode. Defaults to 8787.8787
CLAUDE_REMOTE_MCP_ALLOWNoComma-separated list of session names that are allowed to accept writes. If not set, writes are allowed to all sessions (unless denied).
CLAUDE_REMOTE_MCP_TOKENNoSecret token required for HTTP mode. Used as Authorization: Bearer <token> or as a path segment. Required unless CLAUDE_REMOTE_MCP_NO_AUTH=1 is set.
CLAUDE_REMOTE_MCP_NO_AUTHNoSet to 1 to disable authentication in HTTP mode. If set, no token is required.
CLAUDE_REMOTE_MCP_READONLYNoSet to 1 to disable all write tools.
CLAUDE_REMOTE_MCP_ALLOW_SELFNoSet to 1 to permit writing to the session that hosts this server (disabled by default).

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/osaighi/talk-to-claude-code'

If you have feedback or need assistance with the MCP directory API, please join our Discord server