MCP Server
@samnguyen539
About MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments