{ "name": "codebase-memory-mcp", "version": "0.6.1", "description": "Fast code intelligence engine for AI coding agents — single static binary MCP server", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/DeusData/codebase-memory-mcp.git" }, "homepage": "https://github.com/DeusData/codebase-memory-mcp", "bugs": { "url": "https://github.com/DeusData/codebase-memory-mcp/issues" }, "keywords": [ "mcp", "claude", "code-intelligence", "codebase", "memory", "ai", "llm", "tree-sitter" ], "bin": { "codebase-memory-mcp": "./bin.js" }, "scripts": { "postinstall": "node install.js" }, "engines": { "node": ">=18" }, "os": ["linux", "darwin", "win32"], "cpu": ["x64", "arm64"], "files": [ "bin.js", "install.js", "README.md" ] }