{ "name": "shelbymcp", "mcpName": "io.github.Studio-Moser/shelbymcp", "version": "0.4.0", "description": "Knowledge-graph memory server for AI tools via MCP", "type": "module", "bin": { "shelbymcp": "bin/shelbymcp.js" }, "files": [ "bin", "LICENSE" ], "workspaces": [ "npm/*" ], "scripts": { "start": "node bin/shelbymcp.js", "build": "cargo build -p shelby-mcp", "test": "node --test tests/*.test.js && node \"scripts/Check Documentation Links.mjs\"", "check": "cargo fmt --check && cargo clippy --workspace --all-targets -- -D warnings" }, "optionalDependencies": { "shelbymcp-darwin-arm64": "0.4.0", "shelbymcp-darwin-x64": "0.4.0", "shelbymcp-linux-arm64": "0.4.0", "shelbymcp-linux-x64": "0.4.0", "shelbymcp-win32-x64": "0.4.0" }, "license": "MIT", "author": "Studio Moser", "repository": { "type": "git", "url": "https://github.com/Studio-Moser/shelbymcp.git" }, "homepage": "https://github.com/Studio-Moser/shelbymcp", "bugs": "https://github.com/Studio-Moser/shelbymcp/issues", "keywords": [ "mcp", "memory", "knowledge-graph", "ai", "claude", "sqlite", "model-context-protocol", "mcp-server", "ai-memory", "persistent-memory", "long-term-memory", "graph-memory", "rag", "graphrag", "vector-search", "fts", "full-text-search", "cursor", "cline", "windsurf", "agentic", "cross-session-memory", "thought-graph", "knowledge-base" ], "engines": { "node": ">=20" } }