Skip to main content
Glama

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

query

string

required

Search terms (space-separated)

limit

integer (1–20)

5

Maximum number of results to return

Related MCP server: mcp-recall-md

Setup

1. Install dependencies

npm install

2. Build

npm run build

3. Configure

Set the NOTES_DIR environment variable to the directory containing your .md files:

export NOTES_DIR=/path/to/your/notes

4. 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)

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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