MCP Server
MCP
Cairn
Log Claude Code work sessions, file edits, and tasks to your Cairn account.
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
By
Comments
Sign in to leave a comment