Octobrain MCP Server

_MCP Registry: mcp-name: io.github.Muvon/octobrain_ Octobrain gives your AI assistant a long-term memory. Store code insights, architecture decisions, bug fixes, and knowledge - then retrieve them with semantic search in future sessions. Works as a CLI tool or as an MCP server for integration with Claude Desktop and other AI tools. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 11 · #229 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Octobrain

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add muvon-octobrain -- npx -y @muvon/octobrain

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "muvon-octobrain": {
      "command": "npx",
      "args": [
        "-y",
        "@muvon/octobrain"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · Claude Desktop extension (.mcpb bundle)

license Apache-2.0 - declared in the repository

npm package @muvon/octobrain - published under the repo owner's npm scope (@muvon)

registry namespace io.github.Muvon is GitHub-verified and matches the repo owner

03 · What Octobrain can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

0.11.1 · 2026-08-22

Release Summary · This release improves MCP tool schemas and clarifies knowledge tool URL restrictions (d4268122, 26b2d382). Additionally, system dependencies have been updated to ensure stability (dd25097e).…

0.11.0 · 2026-08-17

Release Summary · This release introduces improved knowledge retrieval by adding support for accept headers in URL requests (58d56e5a). Additionally, system stability and performance have been enhanced through updated…

0.10.2 · 2026-08-04

Release Summary · This release includes routine dependency updates to ensure optimal system stability and security (c242f277). · Other Changes · 1 maintenance, dependency, and tooling update not listed individually.

04 · Who maintains Octobrain

Octobrain is maintained by muvon. We track 3 MCP servers from muvon - 3 actively maintained, 474 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from muvon.

  1. Octocode AI-powered code indexer with semantic search and knowledge graphs ★ 452
  2. Octofs Standalone MCP filesystem tools server - view, edit, shell, workdir. ★ 11

05 · Facts

category
memory - ranked #229 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-22)
registry
io.github.Muvon/octobrain (active, first published 2026-03-12 · 10 versions)
packages
npm:@muvon/octobrain · mcpb:https://github.com/Muvon/octobrain/releases/download/0.11.1/octobrain-0.11.1-aarch64-apple-darwin.mcpb · mcpb:https://github.com/Muvon/octobrain/releases/download/0.11.1/octobrain-0.11.1-aarch64-pc-windows-msvc.mcpb · mcpb:https://github.com/Muvon/octobrain/releases/download/0.11.1/octobrain-0.11.1-aarch64-unknown-linux-musl.mcpb · mcpb:https://github.com/Muvon/octobrain/releases/download/0.11.1/octobrain-0.11.1-x86_64-pc-windows-msvc.mcpb · mcpb:https://github.com/Muvon/octobrain/releases/download/0.11.1/octobrain-0.11.1-x86_64-unknown-linux-musl.mcpb

06 · Octobrain FAQ

What is Octobrain?

_MCP Registry: mcp-name: io.github.Muvon/octobrain_ Octobrain gives your AI assistant a long-term memory. Store code insights, architecture decisions, bug fixes, and knowledge - then retrieve them with semantic search in future sessions. Works as a CLI tool or as an MCP server for integration with Claude Desktop and other AI tools. It runs locally over stdio via the published package.

Is Octobrain still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Octobrain?

Run `npx -y @muvon/octobrain`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Octobrain run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Octobrain

Pairs well with

Servers that cover what Octobrain doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58