Skip to main content
Glama
mgraczyk

JSON Query MCP

by mgraczyk

JSONクエリMCP

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

特徴

  • JSONPath式を使用してJSONファイルをクエリする

  • クエリ文字列に類似したキーを検索する

  • クエリ文字列に類似した値を検索する

Related MCP server: JSON MCP Server

これは、カーソル エージェントがツールを使用して非常に大きな (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
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol

View all MCP Connectors

Latest Blog Posts

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