Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From homebrew-dev
Local stdio MCP server for JSON querying and manipulation. Enables Claude to parse, search, transform, and validate JSON data structures without API keys or external services.
npx claudepluginhub arustydev/agents --plugin homebrew-devCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"json-query": {
"command": "npx",
"args": [
"-y",
"@gongrzhe/server-json-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.