← Index

NeuroStack

io.github.raphasouthall/neurostack·v0.12.0·Search
Quality Score
90
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.neurostack.sh/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "neurostack": {
      "command": "npx",
      "args": [
        "-y",
        "neurostack"
      ],
      "env": {
        "NEUROSTACK_VAULT_ROOT": "<neurostack_vault_root>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "neurostack": {
      "command": "npx",
      "args": [
        "-y",
        "neurostack"
      ],
      "env": {
        "NEUROSTACK_VAULT_ROOT": "<neurostack_vault_root>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y neurostack
§02  Environment variables
NEUROSTACK_VAULT_ROOT

Path to your Markdown vault (e.g. ~/brain, ~/notes)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Search