Skip to content
Zed

jDataMunch MCP for Zed

io.github.jgravelle/jdatamunch-mcp

Tabular data retrieval. Index CSV/Excel, query rows, aggregate. 99%+ savings vs raw file reads.

client:Zed transport:stdio runtime:pypi

Install jDataMunch MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "jdatamunch-mcp": {
      "command": "uvx",
      "args": [
        "jdatamunch-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

jDataMunch MCP in other clients