intent:deploy mcp server
Deploy MCP server
Overview
This document provides instructions to deploy an MCP (Microservices Control Plane) server.
Prerequisites
- Node.js installed
- Access to a PostgreSQL database
Recipes
Here are various recipes related to hosting an MCP server with different frameworks:
- Host MCP server with Express: Postgres-backed state
- Host MCP server with Express: stored input and output artifacts
- Host MCP server with Express: streamed responses
- Host MCP server with Fastify: Postgres-backed state
- Host MCP server with Fastify: stored input and output artifacts
- Host MCP server with FastAPI: streamed responses
- Host MCP server with Flask: worker execution and job state
- Host MCP server with Spring Boot: Postgres-backed state
Next Steps
- Browse the catalog index
- Search published recipes by intent, stack, and constraints.
Conclusion
This guide serves as a starting point for deploying an MCP server using a variety of frameworks. Follow the links to explore specific recipes for each framework.