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
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments