Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Server port | 3000 |
| CHROMA_URL | No | ChromaDB URL | http://localhost:8000 |
| DATABASE_URL | Yes | PostgreSQL connection URL | |
| VOYAGE_API_KEY | Yes | Voyage AI API key for embeddings | |
| GITHUB_CLIENT_ID | Yes | GitHub OAuth App client ID | |
| POSTGRES_PASSWORD | No | PostgreSQL password for Docker | calq |
| OAUTH_CALLBACK_URL | No | OAuth callback | http://localhost:3000/oauth/callback |
| GITHUB_CLIENT_SECRET | Yes | GitHub OAuth App client secret |
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 | |