frontrun mcp server for Windsurf
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:Windsurf
transport:stdio
runtime:npm
Install frontrun mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"frontrun-mcp-server": {
"command": "npx",
"args": [
"-y",
"frontrun-mcp-server"
],
"env": {
"FRONTRUN_API_KEY": "<FRONTRUN_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs