JSON Filter
Converts JSON samples into TypeScript type definitions and filters large JSON files to extract only specified fields, eliminating unwanted data from LLM context through shape-based filtering with simple object notation.
9 stars
0 tools
Created Aug 2025
@kehvinbehvin/kehvinbehvin-json-filter-json-mcp-filterAbout
Converts JSON samples into TypeScript type definitions and filters large JSON files to extract only specified fields, eliminating unwanted data from LLM context through shape-based filtering with simple object notation.
Categories
general
Installation
npm
npm install @kehvinbehvin/kehvinbehvin-json-filter-json-mcp-filter
Configuration
{
"mcpServers": {
"kehvinbehvin-json-filter-json-mcp-filter": {
"command": "npx",
"args": [
"-y",
"@kehvinbehvin/kehvinbehvin-json-filter-json-mcp-filter"
]
}
}
}