Skip to content
Cursor

openInvest for Cursor

io.github.longsizhuo/openinvest

Investment runtime for AI agents — LLM investment committee, portfolio ledger, decision accounting

client:Cursor transport:stdio runtime:pypi

Install openInvest in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openinvest": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openinvest"
      ],
      "env": {
        "INVEST_HOME": "<INVEST_HOME>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openInvest in other clients