Find the LLM/AI calls you didn't need — where plain code or a regex does the job. No model.
claude mcp add overllm -- uvx overllm
claude_desktop_config.json
{
"mcpServers": {
"overllm": {
"command": "uvx",
"args": [
"overllm"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"overllm": {
"command": "uvx",
"args": [
"overllm"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"overllm": {
"command": "uvx",
"args": [
"overllm"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"overllm": {
"type": "stdio",
"command": "uvx",
"args": [
"overllm"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"overllm": {
"command": "uvx",
"args": [
"overllm"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theadamdanielsson--overllm/reviews or the review_server meta-tool.
POST /mcp