Skip to content

Commit f8acdb9

Browse files
authored
Add pluggedin-mcp-proxy to MCP registry (github#24)
- Add server configuration for Plugged.in MCP Proxy - Configure API key and base URL parameters - Set productivity category with appropriate tags
1 parent 8d4cd9d commit f8acdb9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: pluggedin-mcp-proxy
2+
image: mcp/pluggedin-mcp-proxy
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
- proxy
9+
- management
10+
- tools
11+
- ai
12+
about:
13+
title: Plugged.in MCP Proxy
14+
description: A unified MCP proxy that aggregates multiple MCP servers into one interface, enabling seamless tool discovery and management across all your AI interactions. Manage all your MCP servers from a single connection point with RAG capabilities and real-time notifications.
15+
icon: https://www.plugged.in/favicon.ico
16+
source:
17+
project: https://github.com/VeriTeknik/pluggedin-mcp-proxy
18+
config:
19+
description: Configure your Plugged.in API connection. Get your API key from https://plugged.in in the API Keys section.
20+
secrets:
21+
- name: pluggedin-mcp-proxy.pluggedin_api_key
22+
env: PLUGGEDIN_API_KEY
23+
example: YOUR_PLUGGEDIN_API_KEY
24+
env:
25+
- name: PLUGGEDIN_API_BASE_URL
26+
example: https://plugged.in
27+
value: '{{pluggedin-mcp-proxy.pluggedin_api_base_url}}'
28+
default: https://plugged.in
29+
parameters:
30+
type: object
31+
properties:
32+
pluggedin_api_base_url:
33+
type: string
34+
default: https://plugged.in
35+
description: Base URL for the Plugged.in API (optional, defaults to https://plugged.in for cloud or http://localhost:12005 for self-hosted)

0 commit comments

Comments
 (0)