Files
ra-h-os/apps/mcp-server-standalone/package.json
T
“BeeRad”andClaude Opus 4.6 143587ebf1 feat: MCP server v1.1.0 — proactive knowledge capture, context tool, auto-create DB
Rewrite instructions to encourage proactive capture, add rah_get_context
orientation tool (hub nodes, dimensions, stats), add rah_update_edge,
improve tool descriptions, auto-create database on first connection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 09:59:27 +11:00

49 lines
1010 B
JSON

{
"name": "ra-h-mcp-server",
"version": "1.1.0",
"description": "Connect Claude Code/Desktop to your RA-H knowledge base. Direct SQLite access - no web app required.",
"main": "index.js",
"bin": {
"ra-h-mcp-server": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"mcp",
"claude",
"claude-code",
"claude-desktop",
"knowledge-base",
"knowledge-management",
"sqlite",
"ra-h",
"rah",
"pkm",
"second-brain"
],
"author": "Bradley Morris <bradwmorriswork@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bradwmorris/ra-h"
},
"homepage": "https://ra-h.app",
"bugs": {
"url": "https://github.com/bradwmorris/ra-h/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"better-sqlite3": "^11.0.0",
"zod": "^3.23.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"index.js",
"services/",
"README.md"
]
}