code-context
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CC_WATCH | No | Enable file watching: 'on' or 'off' (default: 'off') | off |
| CC_CHUNKER | No | Chunking strategy: 'treesitter' (default) or 'line' | treesitter |
| CC_CACHE_DIR | No | Path to cache directory (default: platformdirs user cache) | |
| CC_TELEMETRY | No | Opt-in telemetry: 'on' or 'off' (default: 'off') | off |
| CC_EMBEDDINGS | No | Embeddings backend: 'local' (default) or 'openai' | local |
| OPENAI_API_KEY | No | OpenAI API key (required if CC_EMBEDDINGS=openai) | |
| CC_EMBEDDINGS_MODEL | No | Model for embeddings (e.g., 'all-MiniLM-L6-v2') | all-MiniLM-L6-v2 |
| CC_WATCH_DEBOUNCE_MS | No | Debounce interval for file watching in milliseconds (default: '1000') | 1000 |
| CC_EMBEDDINGS_BACKEND | No | Embeddings runtime: 'onnx' (default) or 'torch' | onnx |
| CC_INCLUDE_EXTENSIONS | No | Comma-separated list of file extensions to index | .py,.js,.ts,.jsx,.tsx,.go,.rs,.java,.c,.cpp,.h,.hpp,.md,.yaml,.yml,.json |
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
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/nachogeinfor-ops/code-context'
If you have feedback or need assistance with the MCP directory API, please join our Discord server