Skip to main content
Glama

TriliumNext Notes' MCP Server

package.json1.02 kB
{ "name": "triliumnext-mcp", "version": "0.3.10", "description": "A model context protocol server for TriliumNext Notes", "type": "module", "bin": { "triliumnext-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "test": "npm run build && node --test tests/**/*.test.js", "test:unit": "npm run build && node --test tests/unit/**/*.test.js", "test:integration": "npm run build && node --test tests/integration/**/*.test.js", "test:e2e": "npm run build && node --test tests/e2e/**/*.test.js", "check": "npm run test", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.8.3", "marked": "^16.3.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3", "zod": "^3.24.1" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tan-yong-sheng/triliumnext-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server