mcpbeat Sign in

Thebrain MCP Server

local only

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

MCP server for TheBrain 15: search by meaning, graph traversal and batch writes over the local API

Installs per day peak 277 · avg 14
a month agotoday
43
Installs / week
npm · thebrain-mcp-server
6
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Thebrain 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 thebrain -- npx -y thebrain-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thebrain": {
      "args": [
        "-y",
        "thebrain-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.thebrain]
command = "npx"
args = ["-y", "thebrain-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "thebrain": {
      "args": [
        "-y",
        "thebrain-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "thebrain": {
      "args": [
        "-y",
        "thebrain-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THEBRAIN_API_KEY (Local API key from TheBrain: Settings > User > Local API Key), THEBRAIN_BASE_URL (Address of the local API. Default http://localhost:8001), THEBRAIN_DATA_DIR (Where semantic indexes are stored. Default ~/.thebrain-mcp), THEBRAIN_ALLOW_DESTRUCTIVE (Set to 1 to allow deleting thoughts. Deletion still requires human confirmation. Default 0), THEBRAIN_EMBEDDING_MODEL (Embedding model for semantic search. Default Xenova/multilingual-e5-small), THEBRAIN_EMBEDDING_DTYPE (Weight precision: fp32, fp16, q8 or q4. Default q8), THEBRAIN_TIMEOUT_MS (API request timeout in milliseconds. Default 30000). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Thebrain

same job, measured the same way
Localgym MCP Server
by lo-nau

Read-only MCP server for UK gym search using the LocalGym Agent API.

41 installs/wk local only
AniList MCP Server
by grinv

MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.

116 installs/wk local only
Lynx
by lorenzo-cambiaghi

LynxMCP: 100% local MCP server for the code questions grep can't answer: call graph, hybrid search

909 installs/wk local only
Qontoctl
by alexey-pelykh

CLI and MCP server for the Qonto banking API

58 installs/wk local only
I
Olostep MCP Server
by olostep

Search, scrape, and crawl the web for AI agents. Batch scraping and answers with citations.

71 installs/wk local only
Link
by gowtham0992

Local personal memory for agents as MCP tools — remember, recall, search, context, graph traversal.

231 installs/wk local only
SerpApi
by serpapi

Official SerpApi MCP server for Google, Bing, and other search engines.

3 tools answering
Withings MCP
by partymola

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

1 062 installs/wk local only

Thebrain — questions

Answers built from our own checks of this server.

Why is there no uptime for Thebrain?
Thebrain 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 thebrain-mcp-server was installed 43 times last week.
How do I connect Thebrain?
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 thebrain-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Thebrain?
The npm package thebrain-mcp-server was installed 43 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Thebrain open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 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.