What is MCP Docker Compose?
MCP Docker Compose is a configuration setup for running multiple Multi-Channel Provider (MCP) services locally using Docker Compose, including Oracle, PostgreSQL, Jira, and more, with an Nginx proxy to facilitate access via a Server-Sent Events (SSE) interface for AI assistants.
How to use MCP Docker Compose?
To use MCP Docker Compose, clone the repository, create configuration files from templates, customize them with your credentials, and start the services using Docker Compose commands.
Key features of MCP Docker Compose?
- Supports multiple MCP services including databases and collaboration tools.
- Easy setup with Docker Compose.
- Nginx proxy for service access.
- Configuration for AI assistants using SSE.
Use cases of MCP Docker Compose?
- Local development environment for AI applications.
- Integration of various databases and services for AI assistants.
- Testing and development of applications that require multiple backend services.
FAQ from MCP Docker Compose?
-
What services are included?
The setup includes Oracle, PostgreSQL, SQL Server, Azure DevOps, Jira, Confluence, Figma, and OpenSearch.
-
Is Docker required?
Yes, Docker and Docker Compose must be installed to run this setup.
-
How do I access the services?
Services can be accessed via their respective URLs, typically at
http://{service-name}-mcp.localhost:8088.