Documentation Center#

This section is the primary reference for deploying and operating Cloud Native MCP Server.

Read by Goal#

Quick Start#

1
2
3
4
5
6
7
8
docker run -d \
  --name cloud-native-mcp-server \
  -p 8080:8080 \
  -v ~/.kube:/root/.kube:ro \
  -e MCP_AUTH_ENABLED=true \
  -e MCP_AUTH_MODE=apikey \
  -e MCP_AUTH_API_KEY='ChangeMe-Strong-Key-123!' \
  mahmutabi/cloud-native-mcp-server:latest

Then open:

  • SSE: http://localhost:8080/api/aggregate/sse
  • Streamable HTTP: http://localhost:8080/api/aggregate/streamable-http

Reference Structure#

  • Getting Started: installation and first-call flow
  • FAQ: high-frequency setup and rollout questions
  • Troubleshooting: practical diagnosis and recovery steps
  • Architecture: system model and component boundaries
  • Configuration: all runtime and integration options
  • Deployment: Docker, Kubernetes, and Helm production patterns
  • Security: auth and operational hardening practices
  • Performance: optimization and benchmarking guidance
  • Tools: complete service tool catalog
  • API: protocol endpoints and request examples