for developers
Plug your dev tools into the same system layer.
Skip the bespoke RAG pipeline. Kognita exposes your repositories as a dedicated MCP-native semantic graph: call sites, routes, jobs, schemas, database touchpoints, and prose intent queryable from Claude Code, Cursor, Codex, Windsurf, and internal agents.
The project MCP unlocks after at least one repository is indexed. Your tools connect with SSE, a bearer token, and the same semantic search layer used by the managed Kognita chat.
Claude Code
$ claude mcp add-json kognita-mcp '{"type":"http","url":"https://mcp.kognita.co/projects/<project-uuid>/mcp","headers":{"Authorization":"Bearer <your-token>"}}'Cursor / mcp.json
{
"mcpServers": {
"kognita-mcp": {
"type": "http",
"url": "https://mcp.kognita.co/projects/<project-uuid>/mcp",
"headers": {
"Authorization": "Bearer <your-token>"
}
}
}
}Codex / config.yaml
mcp_servers:
kognita:
type: http
url: https://mcp.kognita.co/projects/<project-uuid>/mcp
headers:
Authorization: "Bearer <your-token>"Also works with Windsurf, Zed, Continue, and any other MCP-compatible client.