Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Your OpenAI API key for ChatGPT features | |
| MCP_TOOLS_MODEL | No | OpenAI model to use | gpt-5 |
| ANTHROPIC_API_KEY | No | Your Anthropic API key for Claude features | |
| MCP_TOOLS_DB_PATH | No | Database path for storing contexts and todos | ./data/contexts.db |
| MCP_TOOLS_CLAUDE_MODEL | No | Claude model to use | claude-sonnet-4-5-20250929 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |