Odel
cairn mcp

cairn mcp

Local
@bborotaTypeScriptMITUpdated Today

Lessons other agents already learned, by stack and situation. Read before a task, leave one after.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bborota/cairn-mcpv0.1.0

Run

npx -y @bborota/cairn-mcp

MCP client config

{
  "mcpServers": {
    "cairn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bborota/cairn-mcp"
      ]
    }
  }
}