Skip to main content
Glama
bill-kopp-ai-dev

Claude Code CLI MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAUDE_MCP_MODENoServer access mode (safe or permissive).safe
CLAUDE_MCP_MAX_RUNSNoHistory size of completed tasks in the run store.50
CLAUDE_MCP_FORCE_BARENoPass --bare to disable local workspace profiles and hooks.true
CLAUDE_MCP_CLAUDE_PATHNoPath or command to invoke the claude CLI.claude
CLAUDE_MCP_ALLOWED_ROOTSNoJSON list of allowed workspace roots.Current working directory
CLAUDE_MCP_LOGFIRE_TOKENNoOptional Logfire token for application telemetry.None
CLAUDE_MCP_ALLOWED_MODELSNoJSON set of permitted model names or aliases.["sonnet", "opus"]
CLAUDE_MCP_ALLOW_ENV_KEYSNoJSON list of allowed env keys to pass in permissive mode.[]
CLAUDE_MCP_ALLOW_EXTRA_ARGSNoJSON list of allowed CLI arguments in permissive mode.[]
CLAUDE_MCP_MAX_STDERR_BYTESNoMaximum stderr bytes captured from the child process.200000
CLAUDE_MCP_MAX_STDOUT_BYTESNoMaximum stdout bytes captured from the child process.1000000
CLAUDE_MCP_DEFAULT_TIMEOUT_SNoMaximum allowed execution time for tasks in seconds.600
CLAUDE_MCP_MAX_CONCURRENT_RUNSNoMaximum concurrent background executions allowed.10
CLAUDE_MCP_PERSISTENCE_ENABLEDNoEnables the persistent markdown memory layer.true
CLAUDE_MCP_PERSISTENCE_BASE_DIRNoBase directory for the persistence layer.~/.open-cli-router
CLAUDE_MCP_CLAUDE_PATH_FALLBACKSNoFallback absolute paths to search for the binary.["/usr/local/bin/claude", "/opt/homebrew/bin/claude", "~/.local/bin/claude"]
CLAUDE_MCP_DEFAULT_PERMISSION_MODENoPermission mode flag (default, acceptEdits, plan, dontAsk, bypassPermissions).acceptEdits
CLAUDE_MCP_POLL_DEFAULT_WAIT_SECONDSNoDefault wait time between polling iterations.0.5
CLAUDE_MCP_FORCE_SANDBOX_IN_SAFE_MODENoEnforce sandbox execution in safe mode.true
CLAUDE_MCP_PERSISTENCE_MAX_FILE_BYTESNoMaximum file size for persistence files before rejecting writes.1048576
CLAUDE_MCP_PERSISTENCE_SEED_TEMPLATESNoSeed default markdown files if missing on init.true
CLAUDE_MCP_PERSISTENCE_BACKUP_ON_WRITENoCreate a .bak backup copy of files before modification.false

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/bill-kopp-ai-dev/claude-code-cli-mcp'

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