Stats
Actions
Tags
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.
Copy 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
npx claudepluginhub arustydev/agents --plugin homebrew-dev