knowledge-base
Related Servers
Alternatives to knowledge-base
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceMCP server for a shared Postgres-backed knowledge base with hybrid retrieval and agentic RAG, enabling coding agents to upload, search, and ask questions over documents with cited answers.-
- AlicenseNot gradedqualityAmaintenanceMCP server that enables AI agents to search, fetch, and analyze a self-maintaining markdown knowledge base with provenance, drift detection, and canonical definitions.1MIT
- AlicenseNot gradedqualityBmaintenanceA machine-local, agent-writable knowledge base MCP server that lets coding agents autonomously record and retrieve hard-won operational facts, incidents, and corrections as markdown pages in a git repo, with provenance, talk pages, and search.4 npmMIT
- AlicenseNot gradedqualityBmaintenanceSelf-hosted MCP server for storing and serving structured team knowledge, enabling AI sessions to load relevant team context without re-prompting.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA knowledge base MCP server backed by Qdrant vector database with local embeddings for semantic search and document management.6 npm1ISC
- AlicenseNot gradedqualityBmaintenanceEnables any MCP-capable LLM client to search self-hosted long-term memory over markdown and PDF documents, combining dense semantic vectors with BM25 keyword retrieval and optional cross-encoder reranking. Exposes a read-only tool surface for querying incidents, runbooks, and other knowledge-base content, while writes happen out-of-band through ingestion jobs or a token-gated internal API.1MIT
TDQS
Scored across 15 tools
Most tools serve clearly distinct purposes, with detailed descriptions clarifying edge cases (e.g., search_code vs. search vs. subsystem_index). Minor overlap exists between search and pitfalls, but their intents are well explained.
The majority follow a verb_noun pattern (record_*, search_code, get_document), but 'search' and 'pitfalls' deviate, and 'subsystem_index' uses a noun_noun format. This mixing makes the convention less predictable.
15 tools is at the upper boundary of a well-scoped set. Each tool has a defined role, though a few meta-tools (search_feedback, stale_notes) add complexity without being strictly necessary for core knowledge-base operations.
Covers search, retrieval, creation/updating via record_* idempotency, verification, and catalog listing. Missing an explicit delete tool, but supersedes mechanism partially addresses retirement. Overall, the surface is quite complete for its stated purpose.