Catalog
ai.getoptimal/optibot
OfficialOptibot
AI code review for your AI assistant — review local changes, branch diffs, and patch files.
Review code changes and diffs with AI-powered analysis.
README not available yet.
Install
Configuration
Environment variables
OPTIBOT_API_KEYsecretOptional Optibot API key (optk_...) for non-interactive auth. If unset, use the login tool for browser-based OAuth.
claude_desktop_config.json
{
"mcpServers": {
"optibot": {
"command": "npx",
"args": [
"-y",
"@optimalai/optibot-mcp@1.4.1"
],
"env": {
"OPTIBOT_API_KEY": "<YOUR_OPTIBOT_API_KEY>"
}
}
}
}