ACTIVE DEVELOPMENT - WORK IN PROGRESS

by agentic-community

326 downloads
Not rated
GitHub

About

MCP Gateway & Registry is a unified platform that combines centralized access control with intelligent tool discovery for Model Context Protocol (MCP) servers. It consists of a Registry providing visual and programmatic interfaces for exploring available MCP servers and tools…

Details

Author
agentic-community
Downloads
326
Categories
Other

- MCP tool discovery via natural language queries
- Unified access to a governed list of MCP servers
- Service registration via JSON files, web UI, or API
- Web UI for managing services, status, and health
- Secure login for web UI and API access
- Periodic health checks with real-time WebSocket updates
- Dynamic NGINX reverse proxy configuration generation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ACTIVE DEVELOPMENT - WORK IN PROGRESS
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Deploy the Gateway and Registry on Amazon EC2 or Amazon EKS. For EC2, clone the repository, build the Docker container, and run it with environment variables for admin credentials and API keys. Access the Registry web UI at http://localhost:7860. AI agents connect to MCP servers via the Gateway's single endpoint by appending the server-specific path (e.g., https://my-mcp-gateway.enterprise.net/weather/). The Gateway supports both SSE and Streamable HTTP transports.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "active development - work in progress": {
            "mcp-gateway-registry": {
                "command": "docker",
                "args": [
                    "build",
                    "-t",
                    "mcp-gateway",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "mcp-gateway-registry": {
        "command": "docker",
        "args": [
            "build",
            "-t",
            "mcp-gateway",
            "."
        ]
    }
}

⚠️ ACTIVE DEVELOPMENT - WORK IN PROGRESS ⚠️

> WARNING: This repository is under active development. Expect frequent updates and breaking changes as we improve functionality and refine APIs. We recommend pinning to specific versions for production use. Star the repository to track our progress!

Under Construction
Stability

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.