codetex-mcp
by mrosata
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODETEX_DATA_DIR | No | Base directory for storage (SQLite DB and cloned repos). Defaults to ~/.codetex. | |
| ANTHROPIC_API_KEY | Yes | Anthropic API key for LLM summarization. Required for indexing and most MCP tools. | |
| CODETEX_LLM_MODEL | No | Model used for summarization (e.g., claude-sonnet-4-5-20250929). | |
| CODETEX_LLM_PROVIDER | No | LLM provider. Currently only 'anthropic'. | |
| CODETEX_EMBEDDING_MODEL | No | Sentence-transformers model for embeddings. Default: all-MiniLM-L6-v2. | |
| CODETEX_TIER1_THRESHOLD | No | Threshold ratio to rebuild repo overview on sync. Default: 0.10. | |
| CODETEX_MAX_FILE_SIZE_KB | No | Maximum file size in KB to index. Default: 512. | |
| CODETEX_MAX_CONCURRENT_LLM | No | Maximum concurrent LLM calls during indexing. Default: 5. |
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/mrosata/codetex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server