oraclaw for Cursor
io.github.whatsonyourmind/oraclaw
Decision intelligence MCP — 17 tools (optimize, simulate, predict, score, graph). Sub-25ms.
client:Cursor
transport:stdio
runtime:npm
Install oraclaw in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oraclaw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
],
"env": {
"ORACLAW_API_KEY": "<ORACLAW_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs