NeuroStack is a memory layer that indexes existing Markdown notes into a searchable knowledge graph, allowing AI assistants to reference and detect stale information without modifying the original files.
From the registry: Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.
$ npm install -g neurostack$ neurostack initPlease install the `neurostack` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js** — Node.js is required (https://nodejs.org/)
- **Install NeuroStack** — npm install -g neurostack Run: `npm install -g neurostack`
- **Initialize** — Run `neurostack init` to set up vault, profession pack, and indexing Run: `neurostack init`
Canonical MCP server config (stdio transport):
- command: `neurostack`
- args: ["serve"]
Note: Memory layer for existing Markdown notes (Obsidian/Logseq/etc.). Read-only indexing with stale-note detection. Zero-install HTTP option also available at https://mcp.neurostack.sh/mcp.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support