Stellavault MCP Server

The local-first second brain that Claude remembers. Karpathy's self-compiling wiki × Zettelkasten - fully local, vault-safe, and MCP-native.

People who work with 3d visualization, fsrs and knowledge graph and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 4 · #59 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Stellavault

before you install - you'll need

Set STELLAVAULT_FEDERATION_EXPERIMENTAL before connecting.

Claude Code

claude mcp add evanciel-stellavault -- npx -y stellavault

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "evanciel-stellavault": {
      "command": "npx",
      "args": [
        "-y",
        "stellavault"
      ]
    }
  }
}

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

license MIT - declared in the repository

npm package stellavault - unscoped; check the name against the project README before installing

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

03 · What Stellavault can do

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

Limitations (from the README)

[!WARNING] Upgrade note (v0.7.4) - federation wire format bumped from v2.0 to v2.1 (envelope-level nonce). v0.7.3 federation nodes are not compatible. Existing ~/.stellavault/federation/sharing.json files are not auto-downgraded to the safer defaults; review your myNodeLevel if you previously opted in.

Latest releases

desktop-v0.5.0 · 2026-08-25

Stellavault Desktop v0.5.0 · Local LLM discovery & install · Find latest button in Settings → AI: browses the Ollama library (newest first) with a 235+ model catalog datalist · Hugging Face search: switch source to HF…

v0.9.0 · 2026-08-25

Stellavault v0.9.0 · 3D Knowledge Graph - full overhaul · Cluster view by default: folders fold into super-nodes; drill down to see members with labels · Scene stack navigation: folder drilldown → per-note local graph…

v0.8.6 · 2026-06-26

Stellavault v0.8.6 - 3D graph cluster view polish · A focused patch that makes the 3D knowledge graph's cluster view actually readable. · Cluster galaxy · Every cluster is labeled, and captions fade by camera distance…

04 · Who maintains Stellavault

stellavault is maintained by evanciel. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
productivity - ranked #59 of 160 actively-maintained productivity servers as of 2026-09-18.
release cadence
5 releases in the last 90 days (latest 2026-08-25)
registry
io.github.Evanciel/stellavault (active, first published 2026-06-25 · 2 versions)
packages
npm:stellavault

06 · Stellavault FAQ

What is Stellavault?

The local-first second brain that Claude remembers. Karpathy's self-compiling wiki × Zettelkasten - fully local, vault-safe, and MCP-native.

Is Stellavault still maintained?

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

How do I install Stellavault?

Run `npx -y stellavault`. The README documents one environment variable (STELLAVAULT_FEDERATION_EXPERIMENTAL) to set first. Set STELLAVAULT_FEDERATION_EXPERIMENTAL before connecting. You can also paste the ready-made client config above.

Does Stellavault 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 Stellavault

More productivity MCP servers · Instapdown MCP · Obsidian Hybrid Search · Forkflux MCP · Uptier · Jira Stdio

More TypeScript MCP servers · Tokenized Stock · Exa · Agent Comms · Ordinals · Yieldagentx402 · see all