Explicit Formula — Second Brain

Explicit Formula — Second Brain

Local
@travisbergen2TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@travisbergen2/second-brain-mcpv0.1.0

Run

npx -y @travisbergen2/second-brain-mcp

MCP client config

{
  "mcpServers": {
    "explicit-formula-second-brain": {
      "command": "npx",
      "args": [
        "-y",
        "@travisbergen2/second-brain-mcp"
      ]
    }
  }
}