mcpbeat Sign in

Optibot MCP Server

by getoptimal Your server? Claim it
local only

Optibot runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm.

AI code review for your AI assistant — review local changes, branch diffs, and patch files.

Installs per day peak 41 · avg 10 · +103% w/w
a month agotoday
54
Installs / week
npm · @optimalai/optibot-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Optibot 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 optibot -- npx -y @optimalai/optibot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "optibot": {
      "args": [
        "-y",
        "@optimalai/optibot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.optibot]
command = "npx"
args = ["-y", "@optimalai/optibot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "optibot": {
      "args": [
        "-y",
        "@optimalai/optibot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "optibot": {
      "args": [
        "-y",
        "@optimalai/optibot-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPTIBOT_API_KEY (Optional Optibot API key (optk_...) for non-interactive auth. If unset, use the login tool for browser-based OAuth.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Optibot

same job, measured the same way
Fcop
by joinwell52-ai

Durable tasks, reports, reviews and branch convergence for multi-agent teams over local files.

222 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Paparats – Local Semantic Code Search MCP
by ibazylchuk

Local-first semantic code search across all your repos. Private context for AI coding assistants.

241 installs/wk local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only
Hawkeye AI Bridge
by hawkeye-zaragsoft

Local codebase search for AI assistants via MCP. Requires Hawkeye and Hawkeye AI Bridge installed.

local only
Clawhub
by maxz712

Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.

17 installs/wk local only
mendapi
by mendapi

Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.

136 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only

Optibot — questions

Answers built from our own checks of this server.

Why is there no uptime for Optibot?
Optibot 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 npm package @optimalai/optibot-mcp was installed 54 times last week.
How do I connect Optibot?
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 @optimalai/optibot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Optibot?
The npm package @optimalai/optibot-mcp was installed 54 times in the last week. Week over week that is +103%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.