ContextAtlas
by codefromkarl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RERANK_MODEL | Yes | Model name for reranking | |
| RERANK_API_KEY | Yes | API key for reranking service | |
| RERANK_BASE_URL | Yes | Base URL for reranking service | |
| EMBEDDINGS_MODEL | Yes | Model name for embeddings | |
| EMBEDDINGS_API_KEY | Yes | API key for embeddings service | |
| EMBEDDINGS_BASE_URL | Yes | Base URL for embeddings service | |
| INDEX_UPDATE_MIN_FILES | No | Minimum number of files for index planning | 8 |
| INDEX_UPDATE_CHURN_THRESHOLD | No | Churn threshold for index planning | 0.35 |
| INDEX_UPDATE_MIN_CHANGED_FILES | No | Minimum number of changed files for index planning | 5 |
| INDEX_UPDATE_COST_RATIO_THRESHOLD | No | Cost ratio threshold for index planning | 0.65 |
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/codefromkarl/ContextAtlas'
If you have feedback or need assistance with the MCP directory API, please join our Discord server