samnguyen539/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Server is a foundational framework for the Multi-Agent Code Planner, designed to facilitate the execution and management of planning commands in a multi-agent environment.
MCP Server
Initial skeleton for the Multi-Agent Code Planner (MCP) server.
Prerequisites
- Node.js v14+ / npm
- Docker & Docker Compose
Setup
- Copy `.env.example` to `.env` and set values.
- Build & run locally: ```bash npm install npm start ```
- Or with Docker Compose: ```bash docker-compose up --build -d ```
- Verify health: ```bash curl http://localhost:8205/health ```
Endpoints
- `GET /health` — Health check
- `POST /execute` — Execute planning command