Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | Neo4j connection string | neo4j://127.0.0.1:7687 |
| NOTION_TOKEN | Yes | Notion API integration token | |
| GEMINI_API_KEY | Yes | Google Gemini API key | |
| NEO4J_PASSWORD | Yes | Neo4j database password | |
| NEO4J_USERNAME | Yes | Neo4j database username | |
| CHIMERA_API_KEY | Yes | API key for MCP server authentication | |
| MCP_SERVER_PORT | No | MCP server port | 3000 |
| SYNC_INTERVAL_MINUTES | No | Synchronization frequency in minutes | 30 |
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 | |