Plugged.in MCP Proxy

Plugged.in MCP Proxy

A unified MCP proxy that aggregates multiple MCP servers into one interface, enabling seamless tool discovery and management across all your AI interactions. Manage all your MCP servers from a single connection point with RAG capabilities and real-time notifications.

1.9K

6 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Plugged.in MCP Proxy MCP Server

A unified MCP proxy that aggregates multiple MCP servers into one interface, enabling seamless tool discovery and management across all your AI interactions. Manage all your MCP servers from a single connection point with RAG capabilities and real-time notifications.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/pluggedin-mcp-proxy
AuthorVeriTeknik
Repositoryhttps://github.com/VeriTeknik/pluggedin-mcp-proxy
Dockerfilehttps://github.com/VeriTeknik/pluggedin-mcp-proxy/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/pluggedin-mcp-proxy --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceApache License 2.0

Available Tools (6)

Tools provided by this ServerShort Description
pluggedin_ask_knowledge_baseAsk questions and get AI-generated answers from your knowledge base.
pluggedin_delete_notificationDelete a notification from the Plugged.in system
pluggedin_discover_toolsTriggers discovery of tools (and resources/templates) for configured MCP servers in the Pluggedin App.
pluggedin_list_notificationsList notifications from the Plugged.in system with optional filters for unread only and result limit
pluggedin_mark_notification_doneMark a notification as done in the Plugged.in system
pluggedin_send_notificationSend custom notifications through the Plugged.in system with optional email delivery.

Tools Details

Tool: pluggedin_ask_knowledge_base

Ask questions and get AI-generated answers from your knowledge base. Returns structured JSON with answer, document sources, and metadata.

ParametersTypeDescription
querystringYour question or query to get AI-generated answers from the knowledge base.

Tool: pluggedin_delete_notification

Delete a notification from the Plugged.in system

ParametersTypeDescription
notificationIdstringThe ID of the notification to delete

Tool: pluggedin_discover_tools

Triggers discovery of tools (and resources/templates) for configured MCP servers in the Pluggedin App.

ParametersTypeDescription
force_refreshbooleanoptionalSet to true to bypass cache and force a fresh discovery. Defaults to false.
server_uuidstringoptionalOptional UUID of a specific server to discover. If omitted, attempts to discover all.

Tool: pluggedin_list_notifications

List notifications from the Plugged.in system with optional filters for unread only and result limit

ParametersTypeDescription
limitintegeroptionalLimit the number of notifications returned (1-100)
onlyUnreadbooleanoptionalFilter to show only unread notifications

Tool: pluggedin_mark_notification_done

Mark a notification as done in the Plugged.in system

ParametersTypeDescription
notificationIdstringThe ID of the notification to mark as read

Tool: pluggedin_send_notification

Send custom notifications through the Plugged.in system with optional email delivery. You can provide a custom title or let the system use a localized default.

ParametersTypeDescription
messagestringThe notification message content
sendEmailbooleanoptionalWhether to also send the notification via email
severitystringoptionalThe severity level of the notification (defaults to INFO)
titlestringoptionalOptional notification title. If not provided, a localized default will be used. Consider generating a descriptive title based on the message content.

Use this MCP Server

{
  "mcpServers": {
    "pluggedin-mcp-proxy": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "PLUGGEDIN_API_BASE_URL",
        "-e",
        "PLUGGEDIN_API_KEY",
        "mcp/pluggedin-mcp-proxy"
      ],
      "env": {
        "PLUGGEDIN_API_BASE_URL": "https://plugged.in",
        "PLUGGEDIN_API_KEY": "YOUR_PLUGGEDIN_API_KEY"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers