Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cognee

FreeNot checked

Cognee — Model Context Protocol server

GitHubEmbed

About

Cognee — Model Context Protocol server

README

Installing Manually

A MCP server project

  1. Clone the cognee repo

  2. Install dependencies

pip install uv
brew install postgresql
brew install rust
cd cognee-mcp
uv sync --dev --all-extras
  1. Activate the venv with
source .venv/bin/activate
  1. Add the new server to your Claude config:

The file should be located here: ~/Library/Application\ Support/Claude/ You need to create claude_desktop_config.json in this folder if it doesn't exist



{
	"mcpServers": {
		"cognee": {
			"command": "/Users/{user}/cognee/.venv/bin/uv",
			"args": [
        "--directory",
        "/Users/{user}/cognee/cognee-mcp",
        "run",
        "cognee"
      ],
      "env": {
        "ENV": "local",
        "TOKENIZERS_PARALLELISM": "false",
        "LLM_API_KEY": "sk-"
      }
		},
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/{user}/Desktop",
        "/Users/{user}/Projects"
      ]
    }
	}
}

Restart your Claude desktop.

Installing via Smithery

To install Cognee for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install cognee --client claude

Define cognify tool in server.py Restart your Claude desktop.

from github.com/JeromyJSmith/cognee-mcp-server

Installing Cognee

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/JeromyJSmith/cognee-mcp-server

FAQ

Is Cognee MCP free?

Yes, Cognee MCP is free — one-click install via Unyly at no cost.

Does Cognee need an API key?

No, Cognee runs without API keys or environment variables.

Is Cognee hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cognee in Claude Desktop, Claude Code or Cursor?

Open Cognee on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cognee with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs