JSONクエリMCP
大規模なJSONファイルをクエリするためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーは、モデルコンテキストプロトコルを実装したLLMモデルで使用できる大規模なJSONデータを処理するためのツールを提供します。
特徴
- JSONPath式を使用してJSONファイルをクエリする
- クエリ文字列に類似したキーを検索する
- クエリ文字列に類似した値を検索する
例
これは、カーソル エージェントがツールを使用して非常に大きな (100 万文字超) JSON Swagger 定義を読み取り、小さな部分を抽出して TypeScript インターフェイスを書き込む例です。
使用法
npx json-クエリ-mcp
カーソルへのインストール
カーソルの mcp json に以下を追加します (macOS では/Users/$USER/.cursor/mcp.json
です)
発達
ライセンス
マサチューセッツ工科大学
local-only server
The server can only run on the client's local machine because it depends on local resources.
JSONPath 式を使用して大規模な JSON ファイルをクエリするためのモデル コンテキスト プロトコル サーバー。これにより、LLM は大規模な JSON データから情報を効率的に検索および抽出できるようになります。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries.Last updated -114PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server implementation that enables LLMs to query and manipulate JSON data using JSONPath syntax with extended operations for filtering, sorting, transforming, and aggregating data.Last updated -273967JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to understand BigQuery dataset structures and execute SQL queries.Last updated -163TypeScriptMIT License
MCP TapData Serverofficial
-securityFlicense-qualityA Model Context Protocol server that enables Large Language Models to access and interact with database connections, including viewing schemas and performing CRUD operations on connected databases.Last updated -