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. |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/S3YED/cognify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server