OpenPitch for Cursor
io.github.avierovich/openpitch
Open, sourced, confidence-scored intelligence on AI startups - a free PitchBook alternative.
client:Cursor
transport:stdio
runtime:pypi
Install OpenPitch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openpitch": {
"type": "stdio",
"command": "uvx",
"args": [
"openpitch-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs