mcpbeat Sign in

Brainllm MCP Server

local only

Brainllm runs on your own machine — the client starts it, so there is no endpoint to ping. 490 installs a week from npm. Last commit 30 Aug 2026.

Persistent graph-structured memory for LLMs in TriliumNext Notes — readable and editable by humans.

Installs per day peak 257 · avg 10 · -91% w/w
a month agotoday
490
Installs / week
npm · brainllm
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Brainllm every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brainllm -- npx -y brainllm
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brainllm": {
      "args": [
        "-y",
        "brainllm"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brainllm]
command = "npx"
args = ["-y", "brainllm"]
.cursor/mcp.json
{
  "mcpServers": {
    "brainllm": {
      "args": [
        "-y",
        "brainllm"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brainllm": {
      "args": [
        "-y",
        "brainllm"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Brainllm

same job, measured the same way
Ori Memory
by aayoawoyemi

Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search.

150 installs/wk local only
Memory MCP Server
by j0hanz

SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.

58 installs/wk local only
Brains
by spacecowboyian

Personal wiki and memory for AI assistants: store, search, and recall structured notes.

6 997 installs/wk local only
Mnemosyne OS
by mnemosyne-os

Persistent memory for AI agents, governed by the human and stored on their own machine.

953 installs/wk local only
I
Brains
by brainsforai

Personal wiki and memory layer for AI assistants. Persistent, structured memory across sessions.

answering
LinkLore
by linklore

AI-native structured memory for agents (MCP). Built for agents, not humans.

268 installs/wk local only
Memory
by sharedmemoryai

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

66 installs/wk local only
Memoir
by bighippoman

Structured session journals for AI agents. Persistent memory across sessions.

64 installs/wk local only

Brainllm — questions

Answers built from our own checks of this server.

Why is there no uptime for Brainllm?
Brainllm runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package brainllm was installed 490 times last week.
How do I connect Brainllm?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls brainllm straight from npm; nothing to host, nothing to sign up for.
How many people use Brainllm?
The npm package brainllm was installed 490 times in the last week. Week over week that is -91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brainllm open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.