frontrun-mcp-server
Advanced tools
+7
-2
@@ -46,3 +46,3 @@ #!/usr/bin/env node | ||
| console.error(' 1. Log in first: npx frontrun-mcp-server --login'); | ||
| console.error(' 2. Pass a key: npx frontrun-mcp-server --setup YOUR_API_KEY\n'); | ||
| console.error(` 2. Pass a key: npx frontrun-mcp-server ${args[0]} YOUR_API_KEY\n`); | ||
| process.exit(1); | ||
@@ -54,3 +54,8 @@ } | ||
| try { | ||
| execSync(`claude mcp add frontrun -e FRONTRUN_API_KEY=${apiKey} -- npx frontrun-mcp-server`, { stdio: 'inherit' }); | ||
| // --scope user, not the `claude mcp add` default of `local`: local scope | ||
| // registers the server only for the directory the command happened to be | ||
| // run in, so a user who pastes this in their home folder finds Frontrun | ||
| // missing the moment they open Claude Code on an actual project. Matches | ||
| // the manual instructions in the README. | ||
| execSync(`claude mcp add frontrun --scope user -e FRONTRUN_API_KEY=${apiKey} -- npx frontrun-mcp-server`, { stdio: 'inherit' }); | ||
| console.log('\n ✓ Frontrun MCP server added to Claude Code.\n Restart Claude Code to connect.\n'); | ||
@@ -57,0 +62,0 @@ } catch { |
+1
-1
| { | ||
| "name": "frontrun-mcp-server", | ||
| "mcpName": "io.github.jongall45/frontrun-mcp-server", | ||
| "version": "2.6.0", | ||
| "version": "2.6.1", | ||
| "description": "Frontrun MCP Server - VC follow signal intelligence, company research, and deal discovery for AI agents. 35 tools.", | ||
@@ -6,0 +6,0 @@ "type": "module", |
44628
0.87%742
0.68%