MCP ExplorerExplorer

Mcp Pro

@root-softwareon 18 days ago
1 Apache-2.0
FreeCommunity
AI Systems
Package all your MCP servers into a single Remote MCP Gateway for one click installations, MCP analytics, creating/sharing MCP packages, and more...

Overview

What is Mcp Pro

MCP Pro is a comprehensive web application designed for the management, monitoring, and interaction with multiple Model Context Protocol (MCP) servers. It provides a centralized dashboard for easy control and oversight of various MCP-compliant services.

Use cases

Use cases for MCP Pro include managing a fleet of AI models across different teams, monitoring performance and usage patterns of MCP servers, and facilitating the sharing of server configurations and resources among team members.

How to use

To use MCP Pro, install it via Docker for streamlined deployment. Access the centralized dashboard to manage multiple MCP servers, monitor traffic, and handle API keys. Users can create and share MCP server packages for collaborative work.

Key features

Key features include centralized MCP server management with one-click installations, traffic monitoring and logging, secure API key management, and Dockerized deployment for ease of use.

Where to use

MCP Pro is ideal for environments where multiple AI models and MCP-compliant services are deployed, such as research labs, development teams, and enterprise-level applications requiring efficient server management.

Content

MCP Pro: Model Context Protocol Server Management

Overview

MCP Pro is a comprehensive web application designed to streamline the management, monitoring, and interaction with one or more Model Context Protocol (MCP) servers. In an environment where multiple AI models and MCP-compliant services might be deployed (e.g., for different tasks, by different teams, or with different capabilities), MCP Pro provides a centralized dashboard and control plane.

Core Features

  • Centralized MCP Server Management:
    • One-click installation and easy management of multiple downstream MCP servers through a single gateway.
    • View/Edit connection status, available tools, resources, and prompts for each server.
  • MCP Server Packages:
    • Bundle multiple MCP servers with their configuration for easy environment changes and sharing with your team.
  • Traffic Monitoring & Logging:
    • Log requests made to or through MCP Pro to downstream servers.
    • Provide insights into usage patterns, errors, and performance.
  • API Key Management:
    • Securely manage API keys and auth for requests to downstream servers.
  • Dockerized Deployment:
    • Comes with Docker configurations for straightforward development and production deployment.

Packages

  • packages/frontend: The Next.js/React user interface.
  • packages/backend: The Node.js/Express API server, MCP gateway logic, and database interactions (PostgreSQL).
  • packages/shared-types: TypeScript type definitions shared between the frontend and backend.

Shared Types

The shared-types package contains all the common TypeScript interfaces and types shared between frontend and backend. This ensures consistency across the application. To use these types in any part of the codebase:

// Import shared types using path aliases
import { ApiResponse, ServerType } from '@shared-types/api-contracts';
import { UserModel } from '@shared-types/db-models';

// Do NOT use relative paths
// import { ApiResponse } from '../../../shared-types/src/api-contracts'; ❌

If you modify the shared types, you need to rebuild the package:

npm run build --workspace=shared-types

Getting Started & Documentation

For comprehensive information on setting up your local development environment, architecture details, API references, and more, please refer to our full documentation.

Key documents include:

Contributing

Contributions are welcome! Please see CONTRIBUTING.md (to be created) for guidelines.

License

This project is licensed under the Apache 2.0.

Tools

No tools

Comments