Open Investment Model for Cursor
io.github.antikas/openim
Read-only OpenIM search for institutional buy-side investment models and architecture.
client:Cursor
transport:stdio
runtime:npm
Install Open Investment Model in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openim": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openinvestmentmodel/openim-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs