MCP Server
@samnguyen539
关于 MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server?
MCP Server is a skeleton server for the Multi-Agent Code Planner. It provides a basic HTTP API for planning commands and health checks, designed for developers using multi-agent code planning.
How to use MCP Server?
Copy .env.example to .env and set values. Then install dependencies with npm install and start with npm start. Alternatively, use Docker Compose: docker-compose up --build -d. Verify with curl http://localhost:8205/health.
Key features of MCP Server
- Health check endpoint at GET /health
- Execute planning command endpoint at POST /execute
- Docker Compose support for containerized deployment
- Node.js based with environment configuration
- Simple setup with npm
Use cases of MCP Server
- Running a multi-agent code planning server
- Executing planning commands via HTTP API
- Monitoring server health
FAQ from MCP Server
What are the prerequisites for MCP Server?
Node.js v14+ and npm, or Docker with Docker Compose for containerized deployment.
How do I set up MCP Server?
Copy .env.example to .env, set values, then run npm install and npm start, or use docker-compose up --build -d.
What endpoints does MCP Server provide?
GET /health for health check, POST /execute for executing a planning command.
How do I verify MCP Server is running?
Run curl http://localhost:8205/health to check health.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论