Skip to main content
Glama

JSON Query MCP

by mgraczyk

JSON-Abfrage MCP

Ein Model Context Protocol (MCP)-Server zum Abfragen großer JSON-Dateien. Dieser Server bietet Tools für die Arbeit mit großen JSON-Daten, die von LLM-Modellen verwendet werden können, die das Model Context Protocol implementieren.

Merkmale

  • Abfragen von JSON-Dateien mit JSONPath-Ausdrücken
  • Suche nach Schlüsseln, die einer Abfragezeichenfolge ähneln
  • Suchen Sie nach Werten, die einer Abfragezeichenfolge ähneln

Beispiel

Hier ist ein Beispiel des Cursor-Agenten, der das Tool verwendet, um eine sehr große (> 1 Mio. Zeichen) JSON-Swagger-Definition zu lesen und einen kleinen Teil zu extrahieren, um eine Typescript-Schnittstelle zu schreiben.

Beispiel

Verwendung

npx json-query-mcp

Installation im Cursor

Fügen Sie Folgendes zu Ihrem Cursor-MCP-JSON hinzu (unter macOS ist dies /Users/$USER/.cursor/mcp.json )

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

Entwicklung

# 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

Lizenz

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.

Ein Model Context Protocol-Server zum Abfragen großer JSON-Dateien mithilfe von JSONPath-Ausdrücken, der es LLMs ermöglicht, effizient nach Informationen in großen JSON-Daten zu suchen und diese zu extrahieren.

  1. Merkmale
    1. Beispiel
      1. Verwendung
        1. Installation im Cursor
          1. Entwicklung
            1. Lizenz

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries.
                Last updated -
                114
                Python
                MIT License
                • 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
                739
                67
                JavaScript
                MIT License
                • Apple
                • Linux
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables LLMs to understand BigQuery dataset structures and execute SQL queries.
                Last updated -
                16
                3
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A 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 -
                • 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