founder for Cursor
io.github.autostackup/founder
Sales, marketing, HR + launch playbook, weekly briefing & investor pitch — all in one Claude server.
client:Cursor
transport:stdio
runtime:npm
Install founder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"founder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@autostackup/founder"
],
"env": {
"HUNTER_API_KEY": "<HUNTER_API_KEY>",
"APOLLO_API_KEY": "<APOLLO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs