overllm for Cursor
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:Cursor
transport:stdio
runtime:pypi
Install overllm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"overllm": {
"type": "stdio",
"command": "uvx",
"args": [
"overllm"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs