← Back to Plugins
MCP Server MCP

Cairn

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx cairn-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "cairn-mcp-server",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the folder Cairn operates on. If unset, defaults to the current working directory. You can also pass --workspace on the command line instead.",
          "format": "string",
          "name": "CAIRN_WORKSPACE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...