HomeOther › NeuroStack

NeuroStack

Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.

Python Remote
★ 47 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.neurostack.sh/mcp Unreachable when checked 2026-09-24

Claude Code:

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

Or add to your MCP client config:

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

Package (npm 0.12.0)

npx -y neurostack@0.12.0

Or add to your MCP client config:

{
  "mcpServers": {
    "neurostack": {
      "command": "npx",
      "args": [
        "-y",
        "neurostack@0.12.0"
      ],
      "env": {
        "NEUROSTACK_VAULT_ROOT": "<YOUR_VALUE>"
      }
    }
  }
}
  • NEUROSTACK_VAULT_ROOT — Path to your Markdown vault (e.g. ~/brain, ~/notes)

Related servers

Data from the Official MCP Registry