Odel
openInvest

openInvest

Local
@longsizhuo82PythonMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIopeninvestv0.34.0

Run

uvx openinvest

MCP client config

{
  "mcpServers": {
    "openinvest": {
      "command": "uvx",
      "args": [
        "openinvest"
      ]
    }
  }
}