mcp-notes

michaelkrauty/mcp-notes
★ 1 stars Python Memory/Knowledge Updated 2d ago
MCP server for personal knowledge management — markdown notes, semantic search, wiki links, knowledge graph
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-notes": {
      "command": "uvx",
      "args": [
        "mcp-notes"
      ]
    }
  }
}

Or install with pip: pip install mcp-notes

README Excerpt

MCP server for personal knowledge management with semantic search, git versioning, and knowledge graph capabilities. - **Python 3.12+** - **Linux or macOS** (uses POSIX file locking via vector-core; not compatible with Windows) - [Qdrant](https://qdrant.tech/) vector database (default: `localhost:6333`)

Tools (20)

NOTES_AUTO_INDEXNOTES_COLLECTION_PREFIXNOTES_DIRNOTES_GIT_ENABLEDNOTES_GIT_USER_EMAILNOTES_GIT_USER_NAMEadd_factadd_facts_batchadd_glossary_entrycheck_fact_integritycheck_note_healthcreate_notedelete_factdelete_glossary_entrydelete_notefind_connectionsfind_similar_notesget_entityget_facts_with_stale_sourcesget_neighbors

Topics

claudeknowledge-managementmarkdownmcpmcp-serverpythonsemantic-search