MCP.so
Sign In

Overview

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.

Tags

More from Other