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
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.Last updated -1077PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.Last updated -215JavaScriptMIT 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 -211624JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.Last updated -2Python