Dejavu Setup

Connect your AI agent to Dejavu in 3 steps.

1. Copy config
Click your AI platform below. The config is copied to your clipboard.
2. Paste into settings
Open your AI → find MCP/Apps settings → paste the config. Details below each button.
3. Verify it worked
Ask your AI:
Search Dejavu for skills
ChatGPT
Settings ⚙️ → Apps → Add Custom App → Paste JSON
🟢 Claude Desktop
Click opens Claude — auto-configures, no paste needed
GitHub Copilot
VS Code → Ctrl+, → search "MCP" → paste JSON
Cursor
Settings → MCP → Add new MCP server → Paste JSON
Windsurf
Settings → MCP → Add Server → Paste JSON
LM Studio
Settings → MCP Servers → Add → Paste JSON
OpenCode
Paste JSON into ~/.config/opencode/mcp.json
Gemini CLI
Paste JSON into ~/.gemini/mcp.json
Zed
Settings → MCP → Add Server → Paste JSON
Cline
VS Code ext → Cline Settings → MCP → Paste JSON
Goose
Settings → MCP Servers → Add → Paste JSON
Cherry Studio
Settings → MCP → Add Server → Paste JSON
Jan
Settings → MCP Servers → Add → Paste JSON
Continue.dev
Paste JSON into ~/.continue/config.json
Aider
Paste YAML into ~/.aider.conf.yml or use --mcp flag
Roo Code
VS Code ext → Roo Settings → MCP → Paste JSON
Sourcegraph Cody
Settings → MCP → Add Server → Paste JSON

Manual Config (Any Client)

{ "mcpServers": { "dejavu": { "url": "https://dejavu.keepingtrack.biz/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }

Works with: ChatGPT, Claude, Copilot, Cursor, Windsurf, LM Studio, OpenCode, Gemini CLI, Zed, Cline, Goose, Cherry Studio, Jan, Continue.dev, Aider, Roo Code, Cody — any MCP-compatible client.
Replace YOUR_API_KEY with your key from dejavu.keepingtrack.biz/connect

Terminal users

Install Dejavu locally (server + catalog). Then connect your AI using the buttons below.

pip install dejavu-mcp && dejavu-mcp serve --api-key YOUR_API_KEY

Requires Python 3.10+. See GitHub for full docs.