Add JSON MCP Filter to README.md #2462
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a reference to a JSON filtering MCP server.
Motivation and Context
Existing JSON MCP tooling are great for performing complex JSON file processing. However, they are not optimised to help LLMs gain understanding of the JSON data efficiently especially when the data your LLM needs is deeply nested / mixed together with irrelevant data.
JSON MCP filter solves this problem in 2 ways
How Has This Been Tested?
How Has This Been Tested?
Breaking Changes
None
Types of changes
Checklist
Additional context
The JSON MCP Filter server operates entirely on local file systems without requiring external API credentials or network connectivity. The server implements comprehensive input validation and path resolution to ensure secure local file access. All operations include appropriate error handling for invalid JSON formats, missing files, and malformed shape queries, with detailed error messages to guide users in correcting their requests.