{ "name": "brainllm", "version": "12.3.0", "mcpName": "io.github.miisodev/brainllm", "description": "MCP server that turns TriliumNext Notes into a persistent, graph-structured second brain for Claude and other LLM clients.", "author": "Kevin Miiso Novo ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/miisodev/BrainLLM.git" }, "homepage": "https://github.com/miisodev/BrainLLM#readme", "bugs": { "url": "https://github.com/miisodev/BrainLLM/issues" }, "funding": [ "https://github.com/sponsors/miisodev", "https://paypal.me/miisodev" ], "keywords": [ "mcp", "model-context-protocol", "trilium", "trilium-next", "second-brain", "knowledge-graph", "llm", "claude", "ai" ], "bin": { "brainllm": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist/index.js", "public/", "skills/brainllm/", "config.example.json", ".env.example", "manifest.json", "server.json", "README.md", "LICENSE" ], "engines": { "bun": ">=1.0.0" }, "scripts": { "dev": "bun run --watch src/index.ts", "build": "bun build src/index.ts --outfile dist/index.js --target bun", "start": "bun run dist/index.js", "test": "bun run src/test.ts", "init": "bun run src/init.ts", "icons": "bun run scripts/icons.ts", "validate:release": "bun run scripts/validate-release.ts", "prepublishOnly": "bun run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.23.8" }, "devDependencies": { "@types/bun": "latest", "ajv": "^8.20.0", "ajv-formats": "^3.0.1", "sharp": "^0.35.3", "typescript": "^5.0.0" } }