Agentic pipeline — 39 tools from idea to revenue for solo founders.
claude mcp add launch-engine -- npx -y launch-engine-mcp
claude_desktop_config.json
{
"mcpServers": {
"launch-engine": {
"command": "npx",
"args": [
"-y",
"launch-engine-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"launch-engine": {
"command": "npx",
"args": [
"-y",
"launch-engine-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"launch-engine": {
"command": "npx",
"args": [
"-y",
"launch-engine-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"launch-engine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"launch-engine-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"launch-engine": {
"command": "npx",
"args": [
"-y",
"launch-engine-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ZionHopkins--launch-engine/reviews or the review_server meta-tool.
POST /mcp