Skip to content
VS Code

overllm for VS Code

io.github.theadamdanielsson/overllm

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

client:VS Code transport:stdio runtime:pypi

Install overllm in VS Code

.vscode/mcp.json

{
  "servers": {
    "overllm": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "overllm"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

overllm in other clients