Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cairn": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}/mcp-server",
"--locked",
"python",
"server.py"
],
"env": {
"CAIRN_BASE_URL": "https://api.cairnscore.ai",
"PYTHONWARNINGS": "ignore",
"CAIRN_MINT_SCRIPT": "${CLAUDE_PLUGIN_ROOT}/skills/cairn/scripts/mint-key.sh"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
CAIRN_BASE_URL=https://api.cairnscore.aiPYTHONWARNINGS=ignoreCAIRN_MINT_SCRIPT=${CLAUDE_PLUGIN_ROOT}/skills/cairn/scripts/mint-key.shDeclared capabilities of this MCP server
npx claudepluginhub cairnscore/cairn-score-skill