关于
JSON Query provides an MCP server that allows AI agents to effectively query and extract relevant information from large JSON files. By implementing the Model Context Protocol (MCP), it equips Large Language Models (LLMs) with tools to interact with and process extensive JSON data, facilitating tasks such as extracting specific data portions, searching for keys, and identifying similar values.
主要功能
- Query JSON files using JSONPath expressions
- Search for values similar to a query string
- Search for keys similar to a query string
- 1 GitHub stars
使用案例
- Extracting specific data from large JSON files for use in AI agent tasks.
- Facilitating AI agent interaction with JSON data exceeding typical context windows.
- Searching JSON data for keys or values related to a specific query.