Neuronest
FreeNot checkedLocal-first MCP server that turns your Markdown vault (Obsidian, Logseq, or plain folders) into a private, searchable "second brain" for AI agents like Claude a
About
Local-first MCP server that turns your Markdown vault (Obsidian, Logseq, or plain folders) into a private, searchable "second brain" for AI agents like Claude and Cursor — with semantic search, daily digests, and knowledge-graph awareness. Zero cloud, zero tracking.
README
Your AI's private doorway into your Second Brain.
NeuroNest MCP is a robust, local-first, minimal-dependency Model Context Protocol (MCP) server that securely connects any MCP-compliant AI agent (Claude, Cursor, etc.) to your Markdown-based knowledge base (Obsidian, Logseq, or plain folders).
Features
- Local-First & Private: Zero cloud dependencies, zero tracking. All processing happens on your machine.
- Multi-Vault Support: Connect multiple folders or Obsidian vaults simultaneously.
- Smart Snippet Extraction: Doesn't dump entire files into context. Intelligently extracts relevant paragraphs and preserves Markdown heading hierarchy.
- Semantic Search: Lightweight local embeddings (using
sentence-transformers) for hybrid keyword + semantic search. - Daily Digest Protocol: An executive assistant primitive that scans for tasks and highlights (
#idea,#task, etc.) modified in the last 24 hours. - Knowledge Graph Extraction: Understands
[[wikilinks]]and#tagsto navigate related concepts without a graph database. - Change Awareness: Gives AI temporal context on what you modified recently.
- Token Budgeting: Actively manages LLM context window size using standard token estimation (
tiktoken).
Quick Start
Install dependencies:
pip install fastmcp pydantic tiktoken sentence-transformersConfigure your Vault Path: Set the environment variable or let the server default to the current directory.
export NEURONEST_VAULT_PATH="/path/to/your/obsidian/vault"Run the Server:
python neuronest/server.py
Development
NeuroNest uses fastmcp to expose tools to Claude or Cursor. See GUIDE.md for a complete breakdown of tools and architecture.
Installing Neuronest
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/pronzzz/neuronest-mcpFAQ
Is Neuronest MCP free?
Yes, Neuronest MCP is free — one-click install via Unyly at no cost.
Does Neuronest need an API key?
No, Neuronest runs without API keys or environment variables.
Is Neuronest hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Neuronest in Claude Desktop, Claude Code or Cursor?
Open Neuronest on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Neuronest with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
