codebase-chat-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEBASE_MODEL | No | Model to use for direct-LLM mode. | deepseek-chat |
| OPENAI_API_KEY | No | API key for OpenAI direct-LLM mode. If not set, the server runs in prompt-only mode (unless DEEPSEEK_API_KEY is set). | |
| OPENAI_BASE_URL | No | Custom endpoint for OpenAI API. | https://api.openai.com/v1 |
| DEEPSEEK_API_KEY | No | API key for DeepSeek direct-LLM mode. If not set, the server runs in prompt-only mode (unless OPENAI_API_KEY is set). | |
| DEEPSEEK_BASE_URL | No | Custom endpoint for DeepSeek API. | https://api.deepseek.com/v1 |
| CODEBASE_CACHE_DIR | No | Where the index cache lives. Defaults to the OS cache dir. | |
| DSH_PROJECT_ALIASES | No | Extra name=path aliases for projects (semicolon-separated). | |
| DSH_PROTECTED_PATHS | No | Extra paths that can never be patched. Defaults to built-in list. |
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