Loading...
npx -y @pluggedin/pluggedin-mcp-proxy@latest --pluggedin-api-key YOUR_API_KEY{
"mcpServers": {
"pluggedin": {
"command": "npx",
"args": ["-y", "@pluggedin/pluggedin-mcp-proxy@latest"],
"env": {
"PLUGGEDIN_API_KEY": "YOUR_API_KEY"
}
}
}
}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.
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.