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
Version 4.43 or later needs to be installed to add the server automatically
About
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.
Attribute | Details |
---|---|
Docker Image | mcp/pluggedin-mcp-proxy |
Author | VeriTeknik |
Repository | https://github.com/VeriTeknik/pluggedin-mcp-proxy |
Dockerfile | https://github.com/VeriTeknik/pluggedin-mcp-proxy/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/pluggedin-mcp-proxy --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | Apache License 2.0 |
Tools provided by this Server | Short Description |
---|---|
pluggedin_ask_knowledge_base | Ask questions and get AI-generated answers from your knowledge base. |
pluggedin_delete_notification | Delete a notification from the Plugged.in system |
pluggedin_discover_tools | Triggers discovery of tools (and resources/templates) for configured MCP servers in the Pluggedin App. |
pluggedin_list_notifications | List notifications from the Plugged.in system with optional filters for unread only and result limit |
pluggedin_mark_notification_done | Mark a notification as done in the Plugged.in system |
pluggedin_send_notification | Send custom notifications through the Plugged.in system with optional email delivery. |
pluggedin_ask_knowledge_base
Ask questions and get AI-generated answers from your knowledge base. Returns structured JSON with answer, document sources, and metadata.
Parameters | Type | Description |
---|---|---|
query | string | Your question or query to get AI-generated answers from the knowledge base. |
pluggedin_delete_notification
Delete a notification from the Plugged.in system
Parameters | Type | Description |
---|---|---|
notificationId | string | The ID of the notification to delete |
pluggedin_discover_tools
Triggers discovery of tools (and resources/templates) for configured MCP servers in the Pluggedin App.
Parameters | Type | Description |
---|---|---|
force_refresh | boolean optional | Set to true to bypass cache and force a fresh discovery. Defaults to false. |
server_uuid | string optional | Optional UUID of a specific server to discover. If omitted, attempts to discover all. |
pluggedin_list_notifications
List notifications from the Plugged.in system with optional filters for unread only and result limit
Parameters | Type | Description |
---|---|---|
limit | integer optional | Limit the number of notifications returned (1-100) |
onlyUnread | boolean optional | Filter to show only unread notifications |
pluggedin_mark_notification_done
Mark a notification as done in the Plugged.in system
Parameters | Type | Description |
---|---|---|
notificationId | string | The ID of the notification to mark as read |
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.
Parameters | Type | Description |
---|---|---|
message | string | The notification message content |
sendEmail | boolean optional | Whether to also send the notification via email |
severity | string optional | The severity level of the notification (defaults to INFO) |
title | string optional | Optional notification title. If not provided, a localized default will be used. Consider generating a descriptive title based on the message content. |
{
"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"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for