frontrun mcp server for Cursor
io.github.jongall45/frontrun-mcp-server
Track what 1,000+ VCs follow on X to surface startups before their round. Signal for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install frontrun mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"frontrun-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"frontrun-mcp-server"
],
"env": {
"FRONTRUN_API_KEY": "<FRONTRUN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs