Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEMANTIC_CODE_MCP_DEBUG | No | Enable debug logging | false |
| SEMANTIC_CODE_MCP_PROFILE | No | Enable pyinstrument profiling | false |
| SEMANTIC_CODE_MCP_CACHE_DIR | No | Where indexes are stored | ~/.cache/semantic-code-mcp |
| SEMANTIC_CODE_MCP_LOCAL_INDEX | No | Store index in .semantic-code/ within each project | false |
| SEMANTIC_CODE_MCP_EMBEDDING_MODEL | No | Sentence-transformers model | all-MiniLM-L6-v2 |
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 | |