MCP Server
Description
# MCP Server Initial skeleton for the Multi-Agent Code Planner (MCP) server. ## Prerequisites - Node.js v14+ / npm - Docker & Docker Compose ## Setup 1. Copy \`.env.example\` to \`.env\` and set values. 2. Build & run locally: \`\`\`bash npm install npm start \`\`\` 3. Or with…
About
# MCP Server Initial skeleton for the Multi-Agent Code Planner (MCP) server. ## Prerequisites - Node.js v14+ / npm - Docker & Docker Compose ## Setup 1. Copy \`.env.example\` to \`.env\` and set values. 2. Build & run locally: \`\`\`bash npm install npm start \`\`\` 3. Or with Docker Compose: \`\`\`bash docker-compose…
Details
- Author
- samnguyen539
- Downloads
- 354
- Categories
- Other
Jump to
- 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
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.
MCP Server
Initial skeleton for the Multi-Agent Code Planner (MCP) server.
Prerequisites
- Node.js v14+ / npm - Docker & Docker ComposeSetup
1. Copy \.env.example\ to \.env\ and set values.
2. Build & run locally:
\\\bash\
npm install
npm start
\\
3. Or with Docker Compose:
\\\bash\
docker-compose up --build -d
\\
4. Verify health:
\\\bash\
curl http://localhost:8205/health
\\
Endpoints
- \GET /health\ — Health check
- \POST /execute\ — Execute planning command
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



