Home/Directory/Developer Tools/Pluggedin Proxy

Pluggedin Proxy

@VeriTeknik · github.com/VeriTeknik/pluggedin-mcp-proxy

A comprehensive proxy server that combines multiple MCP servers into a single interface with extensive visibility features.

ClaimedDeveloper Toolsstdiolocal auth
GitHub

Install one command

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

Or add it with the Claude CLI: claude mcp add veriteknik-pluggedin-mcp-proxy

Tools exposed 14 tools

pluggedin_discover_tools
pluggedin_ask_knowledge_base
pluggedin_send_notification
pluggedin_create_document
pluggedin_list_documents
pluggedin_search_documents
pluggedin_get_document
pluggedin_update_document
pluggedin_clipboard_set
pluggedin_clipboard_get
pluggedin_clipboard_delete
pluggedin_clipboard_list
pluggedin_clipboard_push
pluggedin_clipboard_pop

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "veriteknik-pluggedin-mcp-proxy": {
      "command": "npx",
      "args": ["-y", "@pluggedin/pluggedin-mcp-proxy@latest", "--pluggedin-api-key", "YOUR_API_KEY"],
      "env": {
        "YOUR_API_KEY": "<your-your-api-key>",
        "PLUGGEDIN_API_KEY": "<your-pluggedin-api-key>",
        "YOUR_API_BASE_URL": "<your-your-api-base-url>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo