json-mcp
1
JSON MCP is a server that enables large language models (LLMs) to work efficiently with JSON files, providing functionalities such as splitting, merging, and validating data. It is designed to be fast, lightweight, and easily integrated with tools like VS Code.
JSON MCP
The Model Context Protocol (MCP) server empowers LLMs to efficiently interact with JSON files. With JSON MCP, you can split, merge, and find specific data, validate within JSON files based on defined conditions.
š Key Features
ā
Fast and lightweight
ā
LLM-friendly functionality
š§ Use Cases
split
: Split a JSON file into a specified number of objects.merge
: Merge multiple JSON files into one JSON file.
āļø Installation
JSON MCP can be installed in VS Code and used with GitHub Copilot agent in VS Code.