talk-to-claude-code
by osaighi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAUDE_REMOTE_MCP_DENY | No | Comma-separated list of session names that never accept writes. | |
| CLAUDE_REMOTE_MCP_HOST | No | Host interface for HTTP mode. Defaults to 127.0.0.1. | 127.0.0.1 |
| CLAUDE_REMOTE_MCP_PATH | No | Path for HTTP mode. Defaults to /mcp. | /mcp |
| CLAUDE_REMOTE_MCP_PORT | No | Port for HTTP mode. Defaults to 8787. | 8787 |
| CLAUDE_REMOTE_MCP_ALLOW | No | Comma-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_TOKEN | No | Secret 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_AUTH | No | Set to 1 to disable authentication in HTTP mode. If set, no token is required. | |
| CLAUDE_REMOTE_MCP_READONLY | No | Set to 1 to disable all write tools. | |
| CLAUDE_REMOTE_MCP_ALLOW_SELF | No | Set 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
| 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/osaighi/talk-to-claude-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server