atlas_mcp
by rsanandres
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | PostgreSQL host | localhost |
| DB_NAME | No | Database name | hc_ai |
| DB_PORT | No | PostgreSQL port | 5432 |
| LLM_MODEL | No | LLM model for ollama/bedrock (e.g., llama3, haiku, sonnet, opus) | haiku |
| AWS_REGION | No | AWS region (required if LLM_PROVIDER=bedrock or EMBEDDING_PROVIDER=bedrock) | |
| DB_PASSWORD | Yes | Database password (required) | |
| HC_AI_DEBUG | No | Enable debug logging (set to 'true') | |
| LLM_PROVIDER | No | LLM provider: ollama, openai, anthropic, bedrock | ollama |
| OPENAI_MODEL | No | OpenAI model | gpt-4o-mini |
| AGENT_TIMEOUT | No | Agent timeout in seconds | 60 |
| OPENAI_API_KEY | No | OpenAI API key (required if LLM_PROVIDER=openai) | |
| RERANK_TIMEOUT | No | Rerank timeout in seconds | 30 |
| ANTHROPIC_MODEL | No | Anthropic model | claude-3-5-sonnet-20241022 |
| ANTHROPIC_API_KEY | No | Anthropic API key (required if LLM_PROVIDER=anthropic) | |
| EMBEDDING_PROVIDER | No | Embedding provider: ollama or bedrock | ollama |
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/rsanandres/atlas_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server