Skip to content
Cursor

Cairn for Cursor

io.github.luckyjackluo/cairn

Local-first file-organization tools for your AI agent: tag, query, and digest a folder. No cloud.

client:Cursor transport:stdio runtime:pypi

Install Cairn in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cairn": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cairn-mcp-server"
      ],
      "env": {
        "CAIRN_WORKSPACE": "<CAIRN_WORKSPACE>"
      }
    }
  }
}

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

Cairn in other clients