Quick start with the CLI (recommended)
If you already have the Cogniscape CLI installed, a single command configures Claude Desktop automatically — no manual JSON editing required:Claude Desktop (manual setup)
Open Claude Desktop and go to Settings > Developer > Edit Config to open theclaude_desktop_config.json file.
The file is typically located at:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Replace
YOUR_KEY with your customer key, available on the Customer Portal.Claude Code (CLI)
Run this command in your terminal to add Cogniscape as an MCP server available across all your projects:/mcp inside a Claude Code session.
To limit the server to a single project, replace --scope user with --scope local.
Cursor
Open Cursor and go to Settings > MCP, then click Add new MCP Server. Alternatively, create or edit the file~/.cursor/mcp.json for global access:
.cursor/mcp.json in your project root instead. The server should appear with a green status indicator in Cursor settings after saving.
Codex (OpenAI CLI)
Run this command in your terminal:~/.codex/config.toml. Restart Codex CLI to pick up the new server.
OpenCode
Create or editopencode.json in your project root and add:
opencode mcp list to verify the server is connected.