notes-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@notes-mcpfind my notes about machine learning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
notes-mcp
An MCP server that exposes your local Markdown notes to AI assistants. Supports keyword search across all .md files in a directory.
Tools
search_notes
Searches all notes using term-frequency scoring and returns ranked results with snippets.
Parameter | Type | Default | Description |
| string | required | Search terms (space-separated) |
| integer (1–20) |
| Maximum number of results to return |
Related MCP server: mcp-recall-md
Setup
1. Install dependencies
npm install2. Build
npm run build3. Configure
Set the NOTES_DIR environment variable to the directory containing your .md files:
export NOTES_DIR=/path/to/your/notes4. Add to your MCP client
In Claude Code (~/.claude/claude_desktop_config.json or similar):
{
"mcpServers": {
"notes": {
"command": "node",
"args": ["/path/to/notes-mcp/build/index.js"],
"env": {
"NOTES_DIR": "/path/to/your/notes"
}
}
}
}Requirements
Node.js 18+
Markdown notes in a flat directory (subdirectories are not searched)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityBmaintenanceEnables AI agents to search local Markdown documents using natural language, with automatic indexing and section-level retrieval.Last updated261MIT
- AlicenseAqualityCmaintenanceEnables semantic search over local markdown note collections using vector embeddings, with real-time file watching and zero-config setup.Last updated4MIT
- Alicense-qualityDmaintenanceProvides semantic search and keyword search over Obsidian notes, along with direct note retrieval, allowing external AI agents to query and access the vault.Last updated18BSD Zero Clause
- Alicense-qualityBmaintenanceEnables AI assistants like Claude and Codex to read, write, search, and traverse Markdown notes stored in a self-hosted knowledge base.Last updated20MIT
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ashleykarhoff/notes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server