claude-sessions-mcp
by gorynychzmey
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Interface to bind. Only 127.0.0.1, localhost and ::1 are accepted — the server spawns agents, so it refuses to start on any other address. Requests carrying a foreign Host header are rejected as well. | 127.0.0.1 |
| PORT | No | Port the server listens on (loopback only). | 8765 |
| CLAUDE_CONFIG_DIR | No | Where Claude Code keeps its config, including bridge pointer files. | ~/.claude |
| CLAUDE_CREDENTIALS_PATH | No | Path to the claude.ai OAuth credentials file. | <CLAUDE_CONFIG_DIR>/.credentials.json |
| CLAUDE_SESSIONS_MCP_MAX_SPAWNED | No | Ceiling on sessions this server may have spawned and left active per bridge. | 3 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues