Roam Research

{ "name": "roam-research-mcp", "version": "0.24.6", "description": "A Model Context Protocol (MCP) server for Roam Research API integration", "private": false, "repository": { "type": "git", "url": "git+https://github.com/2b3pro/roam-research-mcp.git" }, "keywords": [ "mcp", "roam-research", "api", "claude", "model-context-protocol" ], "author": "Ian Shen / 2B3 PRODUCTIONS LLC", "license": "MIT", "bugs": { "url": "https://github.com/2b3pro/roam-research-mcp/issues" }, "homepage": "https://github.com/2b3pro/roam-research-mcp#readme", "type": "module", "bin": { "roam-research": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod 755 build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "@roam-research/roam-api-sdk": "^0.10.0", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^20.11.24", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }