MCP SERVER de AI - conexion mediante HTTP/REST API - gRPC Server - WebSocket - Server-Sent Events (SSE) con proveedores AI de AWS y AZURE
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-ai": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Microservicio empresarial de alta performance para integración con múltiples proveedores de IA
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / cloud
Manage Supabase projects — databases, auth, storage, and edge functions
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Ai and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Microservicio empresarial de alta performance para integración con múltiples proveedores de IA
MCP Server AI es un microservicio robusto y escalable diseñado para producción que unifica el acceso a múltiples proveedores de IA (AWS Bedrock, Azure OpenAI) a través de una API consistente. Incluye soporte completo para gRPC, HTTP/REST, WebSocket, procesamiento en batch, gestión de sesiones y monitoreo avanzado.
sync.Poolgraph TB
subgraph "Cliente"
CLI[CLI/SDK]
WEB[Web App]
MOB[Mobile App]
end
subgraph "Load Balancer"
LB[Nginx Ingress]
LB --> SSL[SSL Termination]
end
subgraph "MCP Server AI"
API[API Gateway]
HTTP[HTTP Handler]
GRPC[gRPC Handler]
WS[WebSocket Handler]
API --> HTTP
API --> GRPC
API --> WS
HTTP --> WP[Worker Pool]
GRPC --> WP
WS --> WP
WP --> SM[Session Manager]
WP --> CACHE[Redis Cache]
end
subgraph "Proveedores IA"
AWS[AWS Bedrock]
AZURE[Azure OpenAI]
WP --> AWS
WP --> AZURE
end
subgraph "Persistencia"
REDIS[(Redis Cluster)]
POSTGRES[(PostgreSQL)]
CACHE --> REDIS
SM --> REDIS
SM --> POSTGRES
end
subgraph "Monitoreo"
PROM[Prometheus]
GRAF[Grafana]
JAEGER[Jaeger]
API --> PROM
PROM --> GRAF
API --> JAEG
... [View full README on GitHub](https://github.com/proyectoskevinsvega/mcp-server-ai#readme)