Cognify MCP Server
by S3YED
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | Neo4j database URI (required if backend is neo4j) | |
| NEO4J_USER | No | Neo4j database user | |
| NEO4J_PASSWORD | No | Neo4j database password | |
| COGNIFY_BACKEND | No | Backend: 'local' (default) or 'neo4j' | local |
| COGNIFY_LLM_KEY | No | API key for LLM endpoint (if required) | |
| COGNIFY_DATA_DIR | No | Directory for local backend data | ./cognify_data |
| COGNIFY_LLM_BASE | No | Base URL for OpenAI-compatible LLM endpoint | |
| ANTHROPIC_API_KEY | No | API key for Anthropic (if using Claude as LLM) | |
| COGNIFY_LLM_MODEL | No | Model name for LLM | |
| OPENROUTER_API_KEY | No | API key for OpenRouter (if using OpenRouter LLM provider) | |
| COGNIFY_LLM_PROVIDER | No | LLM provider: 'openai', 'anthropic', 'openrouter', 'ollama' etc. Auto-detected if not set. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
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 | |