Skip to content
Cursor

knowing for Cursor

io.github.blackwell-systems/knowing

Content-addressed code graph with 22 MCP tools for AI agents.

client:Cursor transport:stdio runtime:npm

Install knowing in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "knowing": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

knowing in other clients