Skip to main content
Glama

JSON Query MCP

by mgraczyk

JSONクエリMCP

大規模なJSONファイルをクエリするためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーは、モデルコンテキストプロトコルを実装したLLMモデルで使用できる大規模なJSONデータを処理するためのツールを提供します。

特徴

  • JSONPath式を使用してJSONファイルをクエリする
  • クエリ文字列に類似したキーを検索する
  • クエリ文字列に類似した値を検索する

これは、カーソル エージェントがツールを使用して非常に大きな (100 万文字超) JSON Swagger 定義を読み取り、小さな部分を抽出して TypeScript インターフェイスを書き込む例です。

例

使用法

npx json-クエリ-mcp

カーソルへのインストール

カーソルの mcp json に以下を追加します (macOS では/Users/$USER/.cursor/mcp.jsonです)

{ "mcpServers": { ... other mcp servers "json-query": { "command": "npx", "args": [<local path to this repo>], }, } }

発達

# Run in development mode npm run dev # Run tests npm test # Format code npm run format # Lint code npm run lint # Fix lints npm run fix

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

JSONPath 式を使用して大規模な JSON ファイルをクエリするためのモデル コンテキスト プロトコル サーバー。これにより、LLM は大規模な JSON データから情報を効率的に検索および抽出できるようになります。

  1. 特徴
      1. 使用法
        1. カーソルへのインストール
          1. 発達
            1. ライセンス

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A 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 -
                10
                77
                Python
                MIT License
              • -
                security
                A
                license
                -
                quality
                A 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 -
                2
                15
                JavaScript
                MIT License
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                A 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 -
                2
                116
                24
                JavaScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.
                Last updated -
                2
                Python
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/mgraczyk/json-query-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server