MCP Directory

VeriTeknik/pluggedin-mcp-proxy

GitHub
Other

A comprehensive proxy server that combines multiple MCP servers into a single interface with extensive visibility features. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y pluggedin-mcp-proxy

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from VeriTeknik/pluggedin-mcp-proxy your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "pluggedin-mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "pluggedin-mcp-proxy"
      ]
    }
  }
}

Route VeriTeknik/pluggedin-mcp-proxy intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add pluggedin-mcp-proxy

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use VeriTeknik/pluggedin-mcp-proxy directly without routing

npx -y pluggedin-mcp-proxy

New to Agent-CoreX? View setup guide →

VeriTeknik/pluggedin-mcp-proxy MCP Server — Agent-CoreX