Model Context Protocol (MCP) Server
@adrianozagallo-home
关于 Model Context Protocol (MCP) Server
mcp-server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-adrianozagallo-home": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-server:latest",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Model Context Protocol (MCP) Server?
The Model Context Protocol (MCP) Server is a Node.js application deployed on Azure Kubernetes Service (AKS) that exposes an HTTP API with health checks, monitoring, and security features. It is designed for developers who need a scalable, secure HTTP endpoint managed within a Kubernetes cluster.
How to use Model Context Protocol (MCP) Server?
Build the Docker image from the source directory, push it to an Azure Container Registry (ACR), then apply the Kubernetes manifests (k8s/) to deploy the server. After deployment, the server is accessible via the Kubernetes service. Scaling can be performed using kubectl scale deployment mcp-server --replicas=<number>.
Key features of Model Context Protocol (MCP) Server
- HTTPS enabled for secure communication
- CORS configured for cross-origin requests
- Rate limiting implemented to prevent abuse
- Helmet.js used for HTTP security headers
/healthendpoint for Kubernetes health checks- Configurable via environment variables in a ConfigMap
Use cases of Model Context Protocol (MCP) Server
- Hosting an MCP API in a production Kubernetes cluster
- Horizontally scaling an HTTP service with multiple replicas
- Monitoring application health and logs via Azure Monitor and
kubectl logs - Securing an HTTP endpoint with HTTPS, CORS, and rate limiting
FAQ from Model Context Protocol (MCP) Server
What are the prerequisites to deploy this server?
Azure CLI, kubectl, Docker, and Node.js 18+.
How do I configure the server?
Configuration is set through environment variables defined in the Kubernetes ConfigMap (k8s/configmap.yaml).
How do I verify the server is running?
Check the pod and service status with kubectl get pods and kubectl get services. The server also exposes a /health endpoint for health checks.
What security measures are in place?
The server uses HTTPS, CORS configuration, rate limiting, and Helmet.js for security headers.
Can I scale the server?
Yes, the default deployment has 3 replicas. Use kubectl scale deployment mcp-server --replicas=<number> to adjust.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论