Persistent graph-structured memory for LLMs in TriliumNext Notes — readable and editable by humans.
claude mcp add brainllm -- npx -y brainllm
claude_desktop_config.json
{
"mcpServers": {
"brainllm": {
"command": "npx",
"args": [
"-y",
"brainllm"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"brainllm": {
"command": "npx",
"args": [
"-y",
"brainllm"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"brainllm": {
"command": "npx",
"args": [
"-y",
"brainllm"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"brainllm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brainllm"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"brainllm": {
"command": "npx",
"args": [
"-y",
"brainllm"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.miisodev--brainllm/reviews or the review_server meta-tool.
POST /mcp