Optibot for Cursor
ai.getoptimal/optibot
AI code review for your AI assistant — review local changes, branch diffs, and patch files.
client:Cursor
transport:stdio
runtime:npm
Install Optibot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"optibot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@optimalai/optibot-mcp"
],
"env": {
"OPTIBOT_API_KEY": "<OPTIBOT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs