Back to MCP Directory
Pluggedin MCP Proxy
Model Context Protocol moderate risk

Pluggedin MCP Proxy

The plugged.in MCP Proxy unifies multiple MCP servers, providing Knowledge, Memory, and Tools via a single interface for enhanced AI workflows and management.

Connections & Capabilities

Connects To

GitHubPostgreSQLSQLiteDockerFilesystem

Capabilities

readwriteexecadmin

Quickstart

Install

npx -y @pluggedin/pluggedin-mcp-proxy@latest --pluggedin-api-key YOUR_API_KEY

Config

{
  "mcpServers": {
    "pluggedin": {
      "command": "npx",
      "args": ["-y", "@pluggedin/pluggedin-mcp-proxy@latest"],
      "env": {
        "PLUGGEDIN_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Exposed MCP Tools (6)

safe
pluggedin_discover_tools

Discovers available tools from connected MCP servers and built-in tools.

Read-only operation, no side effects.

safe
pluggedin_ask_knowledge_base

Searches across documents using RAG with AI filtering capabilities.

Read-only operation, retrieves information from existing documents.

moderate
pluggedin_send_notification

Sends notifications with optional email delivery.

Sends notifications, potential for spam if abused.

moderate
pluggedin_create_document

Creates AI-generated documents in the library.

Creates new documents, potential for content issues if not monitored.

moderate
pluggedin_clipboard_set

Sets a clipboard entry by name or index for persistent memory.

Stores data, potential for sensitive information exposure if not secured.

safe
query

Runs read-only SQL queries on connected databases.

Read-only access to databases, no data modification.

Safety Assessment

The proxy is generally safe for read operations and controlled writes. Risks increase when destructive tools from connected servers are exposed without proper access controls. Secure configuration and monitoring are essential.

  • Centralized management of multiple MCP servers
  • API-driven configuration fetching from plugged.in App
  • Optional authentication for HTTP endpoints
  • Supports server-specific custom instructions
  • Potential for broad access if misconfigured
  • Reliance on plugged.in App API availability
  • Exposure of underlying MCP servers if not properly secured
  • Clipboard tools allow persistent data storage