Skip to content

feat: add NeuroStack to community servers#3551

Open
raphasouthall wants to merge 1 commit intomodelcontextprotocol:mainfrom
raphasouthall:add-neurostack
Open

feat: add NeuroStack to community servers#3551
raphasouthall wants to merge 1 commit intomodelcontextprotocol:mainfrom
raphasouthall:add-neurostack

Conversation

@raphasouthall
Copy link

NeuroStack is a local-first MCP server for Markdown knowledge graphs with semantic search, prediction error tracking, and Leiden community detection. PyPI: neurostack, repo: https://github.com/raphasouthall/neurostack

What it is: A local-first MCP server that indexes a Markdown vault (Obsidian-compatible) and exposes 9 tools to Claude Code, Cursor, or any MCP-compatible AI tool:

  • vault_search — hybrid FTS5 + semantic search
  • vault_graph — wiki-link neighbourhood with PageRank
  • vault_summary, vault_triples, vault_stats, vault_communities
  • vault_prediction_errors — surfaces notes that appeared in unexpected retrieval contexts
  • vault_record_usage, session_brief

Quick facts:

  • Install: pip install neurostack
  • License: Apache-2.0
  • Python 3.11+, SQLite/FTS5 — no GPU required in Lite mode
  • 99 tests, CI passing, no telemetry, read-only vault access

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant