fmicalizzi/mcp-read-json
If you are the rightful owner of mcp-read-json and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Knowledge Base Reader is a server that reads a JSON knowledge base to provide information to users through Claude or other LLMs.
Tools
Functions exposed to the LLM to take actions
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.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client