mcpbeat Sign in

Overllm MCP Server

by theadamdanielsson Your server? Claim it
local only

Overllm runs on your own machine — the client starts it, so there is no endpoint to ping. 148 installs a week from pypi. Last commit 5 Jul 2026.

Find the LLM/AI calls you didn't need — where plain code or a regex does the job. No model.

Installs per day peak 79 · avg 23 · -26% w/w
a month agotoday
148
Installs / week
pypi · overllm
3
Stars
0 open issues
5 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 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.

        proc = subprocess.run(cmd, capture_output=True, text=True)

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

Alternatives to Overllm

same job, measured the same way
AI Model Retirement Lint
by jmshinhwa

Finds the LLM model IDs pinned in your code that vendors have already switched off, or have dated to

304 installs/wk local only
Moltline Code Review
by moltlinestudio

Risk-scan a diff, flag AI-generated-code tells, find secrets. 5 of 7 tools need no account.

7 tools answering
brain — the recorder
by mordechaipotash

Records your Claude Code, Codex and Pi history before deletion. Cited-or-abstain recall.

297 installs/wk local only
Data Cleaner Agent
by wesseltl

Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model.

119 installs/wk local only
Myopic
by surajkgoyal

Code-review MCP: review a GitLab MR or GitHub PR against the whole codebase, not just the diff.

650 installs/wk local only
diffctx
by nikolay-e

Selects the minimum code an LLM needs to review a git diff

597 installs/wk local only
DJ Claude
by p-poss

Agents can now live code music for you, themselves, and each other while they work.

65 installs/wk local only
Amicus
by bourbondog

Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.

968 installs/wk local only

Overllm — questions

Answers built from our own checks of this server.

Why is there no uptime for Overllm?
Overllm 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 overllm was installed 148 times last week.
How do I connect Overllm?
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 overllm straight from pypi; nothing to host, nothing to sign up for.
How many people use Overllm?
The pypi package overllm was installed 148 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Overllm open source?
Yes — it is published under the MIT licence, written in Python and 3 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.