obra cfo for Cursor
com.get-obra/obra-cfo
Local-first MCP that runs an investment committee on your pitch and scores funding readiness.
client:Cursor
transport:stdio
runtime:npm
Install obra cfo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"obra-cfo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obra-cfo"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs