AgentStack
MCP verified Apache-2.0 Self-run

Topoteretes Cognee Mcp Server

mcp-mcpflow-topoteretes-cognee-mcp-server · by mcpflow

Mirror of https://github.com/topoteretes/cognee-mcp-server

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

✓ Passed

No 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 claim

About

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 contstruction
  • search_query (String): Query for retrieval
  • graph_model_file (String, optional): Filename of a custom pydantic graph model implementation
  • graph_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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.