Provides installation support for macOS users through configuration in the macOS-specific Cursor MCP location.
Supports working with large Swagger API definition files, allowing extraction of specific portions from these definitions.
Enables extracting information from JSON structures to write TypeScript interfaces based on the data.
Запрос JSON MCP
Сервер Model Context Protocol (MCP) для запроса больших файлов JSON. Этот сервер предоставляет инструменты для работы с большими данными JSON, которые могут использоваться моделями LLM, реализующими Model Context Protocol .
Функции
- Запрос файлов JSON с использованием выражений JSONPath
- Поиск ключей, похожих на строку запроса
- Поиск значений, похожих на строку запроса
Пример
Ниже приведен пример использования агентом курсора инструмента для чтения очень большого (>1 млн символов) определения JSON Swagger и извлечения небольшой части для написания интерфейса TypeScript.
Использование
npx json-запрос-mcp
Установка в курсоре
Добавьте следующее в ваш курсор mcp json (на macOS это /Users/$USER/.cursor/mcp.json
)
Разработка
Лицензия
Массачусетский технологический институт
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Сервер Model Context Protocol для запросов к большим файлам JSON с использованием выражений JSONPath, позволяющий 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 -1053PythonMIT 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 -458JavaScriptMIT 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