MCP server for personal knowledge management — markdown notes, semantic search, wiki links, knowledge graph
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-notes": {
"command": "uvx",
"args": [
"mcp-notes"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-notes uvx mcp-notes
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-notes": {
"command": "uvx",
"args": [
"mcp-notes"
]
}
}
}
📋 Copy
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_INDEX NOTES_COLLECTION_PREFIX NOTES_DIR NOTES_GIT_ENABLED NOTES_GIT_USER_EMAIL NOTES_GIT_USER_NAME add_fact add_facts_batch add_glossary_entry check_fact_integrity check_note_health create_note delete_fact delete_glossary_entry delete_note find_connections find_similar_notes get_entity get_facts_with_stale_sources get_neighbors
Topics
claude knowledge-management markdown mcp mcp-server python semantic-search