{ "name": "cogmemai-mcp", "version": "3.25.2", "mcpName": "io.github.hifriendbot/cogmemai", "description": "CogmemAi: Autonomous Cognitive Memory for Any Ai System. 95.10% on LongMemEval (top published score on the field's hardest long-term memory benchmark) and 91% on LoCoMo (above human performance). Autonomous memory capture: your Ai's work is saved even when it forgets to. Proactive recall: your Ai checks its memory before every suggestion. Enterprise-grade semantic search, self-improving recall, auto-skills, auto-linking knowledge graph, query synthesis, contradiction detection, context-aware ranking, and adaptive retrieval. Quantum-safe encryption. The most complete Ai memory system available. Works with Claude Code, Cursor, Windsurf, Cline, Continue, and any MCP client.", "type": "module", "main": "build/index.js", "bin": { "cogmemai-mcp": "build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node build/index.js", "test": "node --test test/*.test.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "claude-code", "memory", "persistent-memory", "ai-memory", "developer-memory", "cognitive-memory", "semantic-search", "compaction", "session-memory", "context", "ai-agent", "developer-tools", "cogmemai", "cursor", "windsurf", "cline", "continue", "vscode", "ide", "ai-coding", "code-assistant", "encryption", "knowledge-graph", "self-improving", "intelligence-engine", "query-synthesis", "contradiction-detection" ], "author": "HiFriendbot (https://hifriendbot.com)", "license": "MIT", "homepage": "https://hifriendbot.com/developer/", "repository": { "type": "git", "url": "https://github.com/hifriendbot/cogmemai-mcp" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.4", "better-sqlite3": "^12.6.2", "express": "^4.21.0", "zod": "^3.24.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/express": "^5.0.6", "@types/node": "^20.0.0", "typescript": "^5.3.0" } }