{ "name": "@smara/mcp-server", "version": "2.2.0", "mcpName": "io.github.parallelromb/smara", "description": "MCP server for Smara Memory API — persistent memory for AI agents", "type": "module", "bin": { "smara-mcp": "build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "dev": "tsx src/index.ts" }, "files": [ "build" ], "keywords": [ "mcp", "smara", "memory", "ai-agents", "model-context-protocol" ], "author": "parallelromb", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/smara-io/mcp-server.git" }, "homepage": "https://smara.io", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.8.0" } }