MCP Notes
Related Servers
Alternatives to MCP Notes
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceA personal knowledge management system that transforms daily notes into organized, searchable knowledge using the Model Context Protocol.919 npm7MIT
- FlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that stores personal context as structured Markdown files with a knowledge graph, enabling AI agents to query identity, devices, servers, and projects on-demand.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search, read, create, and maintain a local-first knowledge base using hybrid retrieval and Markdown note management through the Model Context Protocol.7 npm1MIT
- AlicenseNot gradedqualityCmaintenanceAn AI-optimized knowledge management system that provides semantic search, memory storage, and intelligent deduplication through the Model Context Protocol (MCP).51 npm2MIT

Lspace MCP Serverofficial
FlicenseAqualityFmaintenanceAn open-source server implementing the Model Context Protocol (MCP) that enables capturing insights from AI sessions and transforming them into persistent, searchable knowledge accessible across tools.78-- AlicenseBqualityDmaintenancePersonal knowledge graph with 16 MCP tools. Auto-links, deduplicates, tracks themes, synthesizes insights.178MIT
TDQS
Scored across 9 tools
Most tools have distinct purposes, such as create_directory for directory creation, read_note for reading single notes, and rollup for synthesizing daily notes. However, there is some overlap between read_note and read_multiple_notes, as the latter could be seen as a batch version of the former, potentially causing confusion in tool selection for agents.
The naming conventions are mixed, with most tools using snake_case (e.g., create_directory, list_directory) and one using camelCase (evaluateInsight). This inconsistency reduces predictability, but the names are still generally readable and descriptive of their functions.
With 9 tools, the count is well-scoped for a notes management server. Each tool serves a clear purpose, such as file operations (create, read, write), directory management, searching, and synthesis, making the set comprehensive without being overwhelming.
The tool set covers core CRUD operations for notes and directories, including creation, reading, writing, listing, and searching. A minor gap exists in the lack of explicit update or delete tools for notes, though write_note can overwrite and tools like log might handle updates, which agents could work around.