mcpbeat Sign in

Explicit Formula — Second Brain MCP Server

local only

Explicit Formula — Second Brain runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 12 Sep 2026.

Your own notes, searched and cited by your AI — local-only, allowlist-gated, capped, and logged.

Installs per day peak 77 · avg 7 · +28% w/w
a month agotoday
25
Installs / week
npm · @travisbergen2/second-brain-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 7 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return os.path.join(PERSONA_DIR, f"{pack_id.replace('/', '_').replace(' ', '_')}.json")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 second-brain -- npx -y @travisbergen2/second-brain-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "second-brain": {
      "args": [
        "-y",
        "@travisbergen2/second-brain-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.second-brain]
command = "npx"
args = ["-y", "@travisbergen2/second-brain-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "second-brain": {
      "args": [
        "-y",
        "@travisbergen2/second-brain-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "second-brain": {
      "args": [
        "-y",
        "@travisbergen2/second-brain-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Explicit Formula — Second Brain

same job, measured the same way
Memex
by evan-moon

Local-first second brain with semantic search. Markdown notes indexed by a local ML model.

194 installs/wk local only
C
SearchLink Lite
by namubase-searchlink

Google Search Console in your AI. Local, read-only, free and open source.

local only
Zotero MCP Local
by piiinpiiins

Search, read PDFs, and find related papers in your local Zotero library. Read-only, 100% local.

62 installs/wk local only
Edith Second Brain
by rchari1

Claude distils its past sessions into linked Markdown notes on disk and searches them later.

local only
NoteMCP
by notemcp

Save notes in seconds. Your AI can then search, read, write and tag them over MCP.

answering
kbdb
by diko316

A searchable second brain for AI agents: ranked keyword and semantic search over your Markdown.

75 installs/wk local only
Bottled
by bottled

Branded email on your own domain: send, reply, search, aliases, contacts and campaigns.

answering
Recall
by mcp-dir

Recall (recall.it) — your AI knowledge base / 'second brain'. Via the official API: semantic search

10 tools answering

Explicit Formula — Second Brain — questions

Answers built from our own checks of this server.

Why is there no uptime for Explicit Formula — Second Brain?
Explicit Formula — Second Brain 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 @travisbergen2/second-brain-mcp was installed 25 times last week.
How do I connect Explicit Formula — Second Brain?
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 @travisbergen2/second-brain-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Explicit Formula — Second Brain?
The npm package @travisbergen2/second-brain-mcp was installed 25 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Explicit Formula — Second Brain open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.