Knowledge MCP Server
Related Servers
Alternatives to Knowledge MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceConnects claude.ai to a private GitHub repo of markdown files as a personal second brain, providing guarded read and write tools for knowledge management.10MIT
- AlicenseNot gradedqualityAmaintenanceTransforms a folder of Markdown files into a structured, version-controlled knowledge base with semantic search and safe AI editing via draft branches.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage Markdown content in GitHub repositories as a headless CMS, with operations to list, read, create, update, and delete files always through a branch and pull request workflow.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to automate GitHub repository management, issue tracking, and commits using natural language.10Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to read and write a local-first knowledge base of plain markdown files in git, with governance gates for safe, hash-anchored edits.1Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables Claude clients to search, read, and write to a Markdown second brain vault via GitHub, with tools for retrieval, capture, and knowledge graph consistency.-
TDQS
Scored across 15 tools
Most tools have distinct purposes, but there is some overlap between 'addNote' and 'addKnowledge' (both store information) and between 'getTasks', 'getTodayTasks', and 'getBacklog' (all retrieve tasks with different scopes). Descriptions help clarify boundaries, but an agent might occasionally misselect between these related tools.
Tool names follow a highly consistent verb_noun pattern throughout, such as 'addKnowledge', 'getTasks', 'listTopics', and 'saveToInbox'. All tools use camelCase uniformly, with no mixing of naming conventions, making them predictable and easy to understand.
With 15 tools, the server is well-scoped for a knowledge management system, covering tasks, notes, knowledge entries, and inbox items. Each tool serves a clear purpose, and the count is appropriate for handling the domain's core workflows without being overwhelming.
The tool set provides comprehensive coverage for knowledge and task management, including CRUD operations for tasks (add, get, mark done) and knowledge (add, get, list, search), with inbox and notes support. Minor gaps include no update or delete tools for knowledge entries or notes, but agents can work around this by adding new entries or using other methods.