mcpbeat Sign in
I

Munim MCP Server

by vishalsg42 Your server? Claim it
local only

Munim runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

One MCP server holding a live session with every client's account at once.

Installs / week
pypi · munim
6
Stars
3 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Munim every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 munim -- uvx munim
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "munim": {
      "args": [
        "munim"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.munim]
command = "uvx"
args = ["munim"]
.cursor/mcp.json
{
  "mcpServers": {
    "munim": {
      "args": [
        "munim"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "munim": {
      "args": [
        "munim"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Munim

same job, measured the same way
pixserp
by pixserp

Live AI-native web search with citations. One tool for every MCP client. Flat per-request pricing.

1 tools answering
SageMath
by xbp-europe

Stateful SageMath MCP server with 40 tools and a sandboxed Sage session per client.

113 installs/wk local only
McpMux
by mcpmux

McpMux — configure MCP servers once, connect every AI client through one local gateway.

local only
McpMux
by mcpmux

McpMux — configure MCP servers once, connect every AI client through one local gateway.

local only
capx café
by vb-tyagi

Agent-native X (Twitter) posting as one MCP server; every post clears a server-side guardrail.

32 installs/wk local only
Lingua Universale MCP Server
by rafapra3008

Verify AI agent communication with session types and formal proofs

69 installs/wk local only
Aurora Agent
by murariambati

FIBER decision-context compiler with honest omission accounting: 259 evidence-bearing MCP tools.

25 installs/wk local only
Actionforge
by pritas

MCP server for ActionForge: expose your account's tools to Claude and any MCP client.

83 installs/wk local only

Munim — questions

Answers built from our own checks of this server.

Why is there no uptime for Munim?
Munim 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 munim.
How do I connect Munim?
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 munim straight from pypi; nothing to host, nothing to sign up for.
Is Munim open source?
Yes — it is published under the MIT licence, written in Python, 6 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.