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
{
"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