Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx -y @pluggedin/pluggedin-mcp-proxy@latest --pluggedin-api-key YOUR_API_KEYConfig
{
"mcpServers": {
"pluggedin": {
"command": "npx",
"args": ["-y", "@pluggedin/pluggedin-mcp-proxy@latest"],
"env": {
"PLUGGEDIN_API_KEY": "YOUR_API_KEY"
}
}
}
}Exposed MCP Tools (6)
pluggedin_discover_toolsDiscovers available tools from connected MCP servers and built-in tools.
Read-only operation, no side effects.
pluggedin_ask_knowledge_baseSearches across documents using RAG with AI filtering capabilities.
Read-only operation, retrieves information from existing documents.
pluggedin_send_notificationSends notifications with optional email delivery.
Sends notifications, potential for spam if abused.
pluggedin_create_documentCreates AI-generated documents in the library.
Creates new documents, potential for content issues if not monitored.
pluggedin_clipboard_setSets a clipboard entry by name or index for persistent memory.
Stores data, potential for sensitive information exposure if not secured.
queryRuns 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
