VC follow-signal intelligence for AI agents — MCP server for Frontrun. 29 tools. npx frontrun-mcp-server --setup
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"frontrun-mcp": {
"command": "npx",
"args": [
"-y",
"jongall45/frontrun-mcp"
]
}
}
}
Run in terminal:
claude mcp add frontrun-mcp npx -y jongall45/frontrun-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"frontrun-mcp": {
"command": "npx",
"args": [
"-y",
"jongall45/frontrun-mcp"
]
}
}
}