🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

frontrun-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontrun-mcp-server - npm Package Compare versions

Comparing version
2.6.0
to
2.6.1
+7
-2
index.js

@@ -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 {

{
"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",