← Back to Plugins
MCP Server MCP

Cairn

github By github 👁 1 views ▲ 0 votes

Log Claude Code work sessions, file edits, and tasks to your Cairn account.

Homepage Verified source GitHub

Install

uvx cairn-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "cairn-mcp",
      "version": "0.1.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Cairn API token, copied from the web app account menu. If unset, the server reads it from ~/.cairn_token.",
          "isSecret": true,
          "name": "CAIRN_TOKEN"
        },
        {
          "description": "Base URL of the Cairn API. Defaults to production.",
          "default": "https://cairn-octanes-projects.vercel.app",
          "name": "CAIRN_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...