Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| NODE_ENV | No | Environment (development, production) | |
| MCP_API_KEY | No | API key for authenticating MCP requests | |
| FALKORDB_HOST | No | FalkorDB host | localhost |
| FALKORDB_PORT | No | FalkorDB port | 6379 |
| FALKORDB_PASSWORD | No | Password for FalkorDB authentication (if required) | |
| FALKORDB_USERNAME | No | Username for FalkorDB authentication (if required) |
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 | |