{ "name": "@polarity-lab/cosmos-mcp", "version": "0.9.58", "mcpName": "io.github.teampolarity/cosmos-mcp", "description": "MCP server for the Polarity exocortex. Read and write your personal knowledge graph from any LLM client.", "license": "MIT", "type": "module", "main": "dist/server.js", "bin": { "cosmos-mcp": "bin/cosmos-mcp.js" }, "files": [ "bin", "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/server.js", "test": "vitest run", "test:signing": "bash tests/signing-scripts.test.sh", "test:watch": "vitest", "postinstall": "npm rebuild better-sqlite3 2>/dev/null || true", "prepublishOnly": "npm run build", "lint": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "better-sqlite3": "^12.10.0", "node-typedstream": "^1.4.1", "zod": "^3.23.8" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.10.0", "typescript": "^5.7.2", "vitest": "~2.1.9" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/teampolarity/cosmos-mcp.git" }, "homepage": "https://mcp.polarity-lab.com", "bugs": { "url": "https://github.com/teampolarity/cosmos-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "polarity", "cosmos", "exocortex", "knowledge-graph", "personal-data", "ai-memory", "memory", "notion", "obsidian", "claude", "cursor", "claude-desktop" ], "publishConfig": { "access": "public" } }