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
Latest Blog Posts
- 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