-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
28 lines (28 loc) · 947 Bytes
/
Copy pathserver.json
File metadata and controls
28 lines (28 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.jongall45/frontrun-mcp-server",
"description": "Track what 1,000+ VCs follow on X to surface startups before their round. Signal for AI agents.",
"repository": {
"url": "https://github.com/jongall45/frontrun-mcp-server",
"source": "github"
},
"version": "2.5.1",
"websiteUrl": "https://www.frontrun.vc",
"packages": [
{
"registryType": "npm",
"identifier": "frontrun-mcp-server",
"version": "2.5.1",
"transport": { "type": "stdio" },
"runtimeHint": "npx",
"environmentVariables": [
{
"name": "FRONTRUN_API_KEY",
"description": "Optional — the server runs OAuth device-flow setup if unset. Get a key at https://www.frontrun.vc (Pro, 7-day free trial).",
"isRequired": false,
"isSecret": true
}
]
}
]
}