Neuro Stack MCP Server

Not a note-taking app. A memory layer for the notes you already have. Your AI assistant forgets everything when the conversation ends. You ask it about the paper you summarised last week - it has no idea. You ask it to continue the chapter outline you built together - it starts from scratch.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 46 · #30 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

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

01 · Install Neuro Stack

Claude Code

claude mcp add raphasouthall-neurostack --transport http https://mcp.neurostack.sh/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "raphasouthall-neurostack": {
      "url": "https://mcp.neurostack.sh/mcp"
    }
  }
}

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

https://mcp.neurostack.sh/mcp

transport: streamable-http

endpoint NOT responding · probed 2026-08-25

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 · remote - your agent's requests go to mcp.neurostack.sh

license Apache-2.0 - declared in the repository

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

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

03 · What Neuro Stack can do

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

Latest releases

v0.16.0 · 2026-06-11

add vault_read/list/write/delete_file MCP tools · Prune notes deleted from disk on full index and watcher startup · Prune dense semantic floor so community modularity recovers · Fix false-alarm community hierarchy…

v0.13.0 · 2026-05-05

Removed vault_capture MCP tool and neurostack capture CLI command. · The tool wrote directly to {vault_root}/inbox/ without git tracking, indexing, or any path back to origin. In runtimes where the vault is a…

v0.11.1 · 2026-03-27

Critical fixes from 10-agent stochastic audit · Security · OAuth PKCE verification - /oauth/token never verified code_verifier against the stored code_challenge, making PKCE completely broken. Auth codes are now…

04 · Who maintains Neuro Stack

NeuroStack is maintained by raphasouthall. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
productivity - ranked #30 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-11)
registry
io.github.raphasouthall/neurostack (active, first published 2026-03-24 · 2 versions)
packages
npm:neurostack

06 · Neuro Stack FAQ

What is Neuro Stack?

Not a note-taking app. A memory layer for the notes you already have. Your AI assistant forgets everything when the conversation ends. You ask it about the paper you summarised last week - it has no idea. You ask it to continue the chapter outline you built together - it starts from scratch.

Is Neuro Stack still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Neuro Stack?

Run `npx -y neurostack`. You can also paste the ready-made client config above.

Does Neuro Stack 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 Neuro Stack