Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | No | The Redis URL (optional, defaults work with Docker) | redis://localhost:6379 |
| SECRET_KEY | Yes | Your super secret key for security (change in production) | |
| DATABASE_URL | No | The database URL (optional, defaults work with Docker) | postgresql+asyncpg://postgres:password@localhost:5432/mcp_db |
| OPENAI_API_KEY | Yes | Your OpenAI API key | |
| EVOLUTION_API_KEY | Yes | Your Evolution Foundation Models API key | |
| HUGGINGFACE_API_KEY | Yes | Your HuggingFace API key |
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 | |