OpenPitch for VS Code
io.github.avierovich/openpitch
Open, sourced, confidence-scored intelligence on AI startups - a free PitchBook alternative.
client:VS Code
transport:stdio
runtime:pypi
Install OpenPitch in VS Code
.vscode/mcp.json
{
"servers": {
"openpitch": {
"type": "stdio",
"command": "uvx",
"args": [
"openpitch-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs