MCP Connection Hub
Centro de conexión MCP
Un protocolo de contexto de modelo unificado que proporciona un punto de conexión central para herramientas y servicios de IA.
Descripción general
El Centro de Conexión MCP actúa como puente entre las interfaces de Modelos de Lenguaje Grandes (como OpenWebUI) y diversas herramientas y servicios. Proporciona:
Un punto final de API unificado compatible con OpenAI
Soporte para ejecución de herramientas sincrónica y asincrónica
Una arquitectura conectable para una fácil integración de herramientas
Gestión integral de trabajos para operaciones de larga duración
Interfaces de administración basadas en web y de línea de comandos
Related MCP server: MCPist
Características principales
Compatibilidad de la API de OpenAI : funciona a la perfección con OpenWebUI y otras interfaces LLM
Registro de herramientas : fácil registro y descubrimiento de las capacidades de las herramientas
Sistema de trabajo : gestione operaciones de larga duración con seguimiento del progreso
Gestión de la configuración : configuraciones centralizadas para todos los componentes del sistema
Interfaces de administración : herramientas de administración basadas en CLI y web
Estructura del proyecto
MCPConnectionHub/
├── app/ # Main application code
│ ├── api/ # API endpoints and routes
│ ├── cli/ # Command-line interface
│ ├── core/ # Core system components
│ ├── db/ # Database models and operations
│ └── tools/ # Tool implementations
├── docs/ # Documentation
└── docker-compose.yml # Docker configurationInstalación y configuración
(Las instrucciones de instalación se agregarán una vez que se complete el desarrollo inicial)
Configuración
El sistema se puede configurar a través de:
Variables de entorno
Archivos de configuración
Configuración de la base de datos (para configuración persistente)
Uso
Interfaz de línea de comandos
El sistema incluye una CLI completa para la administración:
# Show help
./mcp-cli --help
# List available tools
./mcp-cli tool list
# Check system status
./mcp-cli system status
# View configuration
./mcp-cli config getConsulte la Guía de inicio rápido de CLI para obtener más información.
Uso de la API
(Se agregarán instrucciones de uso de la API a medida que se desarrolle el sistema)
Estado de desarrollo
Este proyecto se encuentra actualmente en desarrollo. Consulte el archivo PROJECT_PROGRESS.md para conocer su estado.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
471The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- FlicenseCqualityDmaintenanceA powerful gateway for the Model Context Protocol (MCP) that unifies AI toolchains by federating multiple MCP servers, wrapping REST APIs as MCP tools, and supporting multiple transport methods with an admin dashboard.1-
- FlicenseNot gradedqualityCmaintenanceA gateway service that connects AI assistants to numerous external tools like Notion, GitHub, and Google Workspace through a single Model Context Protocol endpoint. It provides a centralized hub for managing multiple tool integrations with secure authentication and a unified API architecture.-
- AlicenseNot gradedqualityDmaintenanceA production-ready unified entry point for AI agents that implements the Model Context Protocol (MCP). It provides a secure gateway with rate limiting, authentication, and observability for managing and proxying requests to multiple downstream APIs.MIT
- AlicenseDqualityDmaintenanceA meta API Gateway server that works with the Model Context Protocol (MCP), enabling AI assistants to connect to any API and access real-world data sources through standardized MCP tools.705512MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/claymore666/MCPConnectionHub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server