Skip to main content
Glama

JSON Query MCP

by mgraczyk

JSON 쿼리 MCP

대용량 JSON 파일을 쿼리하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 모델 컨텍스트 프로토콜을 구현하는 LLM 모델에서 사용할 수 있는 대용량 JSON 데이터 처리 도구를 제공합니다.

특징

  • JSONPath 표현식을 사용하여 JSON 파일 쿼리
  • 쿼리 문자열과 유사한 키 검색
  • 쿼리 문자열과 유사한 값 검색

다음은 커서 에이전트가 도구를 사용하여 매우 큰(1M자 이상) JSON Swagger 정의를 읽고 작은 부분을 추출하여 타입스크립트 인터페이스를 작성하는 예입니다.

예

용법

npx json-query-mcp

커서에 설치

커서 mcp json에 다음을 추가합니다(macOS에서는 /Users/$USER/.cursor/mcp.json 입니다)

지엑스피1

개발

# 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

특허

MIT

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