MindBase
Related Servers
Alternatives to MindBase
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for persistent, compounding markdown wikis maintained by LLMs. Enables incremental knowledge base building with interlinked pages, search, and raw source management.18 npm1MIT
- AlicenseNot gradedqualityFmaintenanceEnables creation of persistent, compounding knowledge bases using Karpathy's LLM Wiki pattern with LLM-maintained markdown wikis. Supports automated ingestion, cross-referencing, synthesis, and linting of sources as an alternative to traditional RAG systems.61MIT
- AlicenseAqualityDmaintenanceMarkdown + SQLite knowledge store with bidirectional wikilinks, exposed as an MCP server for AI agents to maintain an interconnected knowledge base.11MIT

Chilon Recallofficial
AlicenseAqualityAmaintenanceLocal-first knowledge retrieval MCP server that turns private text documents into a source-backed knowledge base, enabling retrieval, comparison, summaries, and review outlines for any local MCP client while keeping source paths and index operations visible.13437 npm2MIT- AlicenseNot gradedqualityBmaintenanceAn MCP server that ingests books into a structured, cross-linked wiki of sources, entities, concepts, and syntheses, managed by an LLM.43 npm1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that implements Karpathy's LLM Wiki pattern for Obsidian vaults, enabling persistent knowledge storage and BM25 search across AI sessions.10 npm1MIT
TDQS
Scored across 50 tools
There are five different search/retrieval entry points (search_wiki, search_all_projects, semantic_search, search_in_project, ask_wiki) whose selection criteria overlap heavily, and multiple ingest-like tools (ingest_source, ingest_plan/execute, quick_capture, save_chat_excerpt, mindbase_ingest_file) that an agent could easily conflate. Despite good individual descriptions, the boundaries between them are too subtle for reliable automatic tool selection.
The tool names mix a clean simple verb_noun convention (search_wiki, create_note, list_feeds) with a large prefixed mindbase_* family (mindbase_init_project, mindbase_atomic_write_context, mindbase_rebuild_index). Across the set there is also inconsistent terminology for seemingly similar resources: review cards vs cards, notes vs wiki pages, search vs query, and ingest vs capture.
50 tools is a very large surface for a single MCP server, crossing several domains: wiki operations, projects, RSS, spaced repetition, chat recall, and internal v2 project management. The count exceeds what an agent can reliably reason about, and many tools appear to be internal project-workflow helpers rather than user-facing knowledge-base operations.
Core create/read/update/search functionality exists for notes, but there is no delete/archive for wiki pages, no feed removal, no review-card update/delete, and no way to list all pages beyond recent activity. The tool surface has several dead ends that will force agents into awkward workarounds, although rich project-level operations are covered.