mcpbeat Sign in

Jmunch MCP Server

local only

Jmunch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 724 installs a week from pypi. Last commit 1 Sep 2026.

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

Installs per day peak 504 · avg 30 · +1068% w/w
a month agotoday
724
Installs / week
pypi · jmunch-mcp
33
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    ut.innerHTML = s.per_upstream.map(u => `

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jmunch-mcp -- uvx jmunch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jmunch-mcp": {
      "args": [
        "jmunch-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jmunch-mcp]
command = "uvx"
args = ["jmunch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jmunch-mcp": {
      "args": [
        "jmunch-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jmunch-mcp": {
      "args": [
        "jmunch-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Jmunch MCP

same job, measured the same way
MCP Loom
by buttonmonkey

Stdio MCP proxy: intercepts oversized tool results into a queryable embedded DuckDB.

26 installs/wk local only
verimcp
by rudranaresh0201

Transparent MCP proxy that independently re-verifies tool-call claims before the Host trusts them.

122 installs/wk local only
Gcf Proxy
by blackwell-systems

Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.

72 installs/wk local only
mcp-audit
by firatmio

Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.

31 installs/wk local only
Obsidian MCP
by seynurmammad0v

Turns Obsidian vaults into AI-queryable knowledge graphs with 12 tools

31 installs/wk local only
Easy Notion
by misterwigglesworth

Markdown-first Notion MCP server. ~6-7x fewer response tokens vs official Notion MCP. 43 tools.

494 installs/wk local only
llmtrim
by fkiene

MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.

448 installs/wk local only
No-Shell Agent Architect MCP
by loved0543-dotcom

Turns vague automation requests into tool stacks, prompts, QA checks, and human boundaries.

7 tools answering

Jmunch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Jmunch MCP?
Jmunch MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package jmunch-mcp was installed 724 times last week.
How do I connect Jmunch MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls jmunch-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Jmunch MCP?
The pypi package jmunch-mcp was installed 724 times in the last week. Week over week that is +1068%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Jmunch MCP open source?
Yes — it is published under the MIT licence, written in Python and 33 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.