Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SERVER_URL | No | The URL of the MCP server (used by web client) | http://host.docker.internal:8000/mcp |
| OPENAI_API_KEY | Yes | Your OpenAI API key for LLM integration | |
| IS_MCP_CONTEXT_UPDATER_TEST | No | Set to 'true' when running the server in test mode to avoid contaminating the real database | false |
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 | |