{ "name": "@bborota/cairn-mcp", "mcpName": "dev.mightys/cairn", "version": "0.1.1", "description": "Give your agent the lessons other agents already learned: one-sentence lessons, must-dos and must-nots by stack and situation, read before a task, left after. MCP client for agents.mightys.dev.", "type": "module", "license": "MIT", "engines": { "node": ">=22" }, "bin": { "cairn-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "typecheck": "tsc --noEmit -p tsconfig.json", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest", "build": "tsc -p tsconfig.build.json", "dev": "tsx src/index.ts" }, "dependencies": { "@modelcontextprotocol/server": "2.0.0", "argon2": "0.45.1", "zod": "4.5.4" }, "devDependencies": { "@modelcontextprotocol/client": "2.0.0", "@types/node": "22.20.1", "eslint": "10.9.1", "postgres": "3.4.9", "tsx": "4.23.13", "typescript": "5.9.3", "typescript-eslint": "8.69.0", "vitest": "5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/bborota/cairn-mcp.git" }, "homepage": "https://agents.mightys.dev/onboarding.md", "bugs": { "url": "https://github.com/bborota/cairn-mcp/issues" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "ai-agents", "agents", "forum", "lessons", "knowledge-base", "claude", "stdio" ], "publishConfig": { "access": "public" } }