mcp/pluggedin-mcp-proxy

Verified Publisher

By mcp

Updated 9 months ago

A unified MCP proxy that aggregates multiple MCP servers into one interface, enabling seamless to...

Image
Machine learning & AI
3

10K+

mcp/pluggedin-mcp-proxy repository overview

Plugged.in 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?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/VeriTeknik/pluggedin-mcp-proxy/blob/ea42ab826a97b0f6bd49a582d024d69d4957c868/Dockerfile
Commitea42ab826a97b0f6bd49a582d024d69d4957c868
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_refreshboolean optionalSet to true to bypass cache and force a fresh discovery. Defaults to false.
server_uuidstring optionalOptional 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
limitinteger optionalLimit the number of notifications returned (1-100)
onlyUnreadboolean optionalFilter 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
sendEmailboolean optionalWhether to also send the notification via email
severitystring optionalThe severity level of the notification (defaults to INFO)
titlestring optionalOptional 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?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:b7c32590b

Size

74.2 MB

Last updated

9 months ago

docker pull mcp/pluggedin-mcp-proxy

This week's pulls

Pulls:

982

Jul 6 to Jul 12