Odel
jmunch mcp

jmunch mcp

Local
@jgravelle33PythonMITUpdated 6 days ago

Transparent MCP proxy. Turns fat tool responses into queryable handles: 88-99% fewer tokens.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjmunch-mcpv0.2.3

Run

uvx jmunch-mcp

MCP client config

{
  "mcpServers": {
    "jmunch-mcp": {
      "command": "uvx",
      "args": [
        "jmunch-mcp"
      ]
    }
  }
}