Back to Home
VeriTeknik icon

pluggedin-mcp

Verified Safe

by VeriTeknik

Overview

Acts as a unified Model Context Protocol (MCP) hub for AI agents, providing tools, knowledge (RAG), and memory (clipboard) by aggregating multiple downstream MCP servers and internal capabilities.

Installation

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

Environment Variables

  • PLUGGEDIN_API_KEY
  • PLUGGEDIN_API_BASE_URL
  • PORT
  • BIND_HOST
  • NODE_ENV
  • PLUGGEDIN_UUID_TOOL_PREFIXING
  • DEBUG
  • REQUIRE_API_AUTH

Security Notes

The codebase demonstrates a strong focus on security, with extensive input validation and sanitization (including HTML/XSS prevention via `sanitize-html`), URL validation (SSRF protection), and header injection prevention. It uses `child_process.execFile` with a strict command allowlist and argument sanitization for safe process execution. API key authentication utilizes timing-safe comparison, and lazy authentication allows tool discovery without a key while securing execution. Rate limiting is implemented for tool and API calls, and error messages are sanitized to prevent information disclosure. No hardcoded secrets were found; API keys are expected from environment variables.

Similar Servers

Stats

Interest Score44
Security Score9
Cost ClassLow
Avg Tokens1500
Stars45
Forks39
Last Update2026-01-13

Tags

MCPAI ProxyTool OrchestrationRAGDocument ManagementPersistent MemoryNotificationsAPI GatewayAgentic WorkflowsStreamable HTTPTypeScript