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
{
"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