— No reviews yet
0 installs
0 views
— view→install
Install
$ agentstack add mcp-mcpflow-topoteretes-cognee-mcp-server ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Topoteretes Cognee Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
cognee-mcp-server
An MCP server for cognee, an AI memory engine.
Tools
Cognify_and_search: Builds knowledge graph from the input text and performs search in it.- Inputs:
text(String): Context for knowledge graph contstructionsearch_query(String): Query for retrievalgraph_model_file(String, optional): Filename of a custom pydantic graph model implementationgraph_model_name(String, optional): Class name of a custom pydantic graph model implementation- Output:
- Retrieved edges of the knowledge graph
Configuration
Usage with Claude Desktop
Install uv with homebrew.
Add this to your claudedesktopconfig.json:
Using uvx
"mcpcognee": {
"command": "uv",
"args": [
"--directory",
"/path/to/your/cognee-mcp-server",
"run",
"mcpcognee"
],
"env": {
"ENV": "local",
"TOKENIZERS_PARALLELISM": "false",
"LLM_API_KEY": “your llm api key”,
"GRAPH_DATABASE_PROVIDER": “networkx”,
"VECTOR_DB_PROVIDER": "lancedb",
"DB_PROVIDER": "sqlite",
"DB_NAME": “cognee_db”
}
}
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mcpflow
- Source: mcpflow/topoteretes_cognee-mcp-server
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.