mcp-read-json
MCP Knowledge Base Reader is a server that reads a JSON knowledge base to provide information to users through Claude or other LLMs.
read_knowledge_base
Reads the entire knowledge base.
search_entries
Searches entries by text in title, content, and tags.
get_entry_by_id
Retrieves a specific entry by its ID.
get_entries_by_category
Retrieves all entries from a specific category.
get_entries_by_tags
Retrieves entries containing certain tags.
get_related_entries
Finds entries related to a specific entry.
get_knowledge_stats
Provides statistics about the knowledge base.
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.