M
MCP
作者 @endgame-hq
MCP server by endgame-hq
创建于 6/5/2025
更新于 1 day ago
README
Repository documentation and setup instructions
Endgame MCP
Endgame is a purpose-built cloud platform designed for AI Agents. Its mission is simple: enable AI to deliver software 100x faster—at the pace AI can think, build and test.
Endgame uses this MCP to integrate directly into AI-augmented development tools like Cursor, Windsurf, VS Code, and Claude Code, and give AI Agents everything they need to autonomously create, deploy, test, and refine software at unprecedented speed.
Learn more at endgame.dev
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"endgame-hq-mcp": {
"command": "npx",
"args": [
"endgame-hq-mcp"
]
}
}
}