MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by endgame-hq

创建于 6/5/2025
更新于 1 day ago
Repository documentation and setup instructions

Endgame MCP

Install MCP Server

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" ] } } }