Skip to content

Commit 6750e45

Browse files
committed
Add server.json with metadata and instructions for MCPower proxy setup
1 parent e70f592 commit 6750e45

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

server.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3+
"name": "io.github.ai-mcpower/mcpower-proxy",
4+
"title": "MCPower Security Proxy",
5+
"description": "Security proxy that wraps MCP servers with real-time monitoring and policy enforcement",
6+
"version": "0.0.55",
7+
"homepage": "https://github.com/MCPower-Security/mcpower-proxy",
8+
"repository": {
9+
"url": "https://github.com/MCPower-Security/mcpower-proxy",
10+
"source": "github"
11+
},
12+
"license": "Apache-2.0",
13+
"packages": [
14+
{
15+
"registryType": "pypi",
16+
"identifier": "mcpower-proxy",
17+
"runtimeHint": "uvx",
18+
"transport": {
19+
"type": "stdio"
20+
}
21+
}
22+
],
23+
"instructions": "## Easiest: Install VS Code/Cursor Extension\n\nFor automatic setup with IDE integration, install the MCPower extension:\nhttps://www.mcpower.tech/\n\nThe extension automatically wraps all your MCP servers and provides real-time monitoring.\n\n## Manual: Wrap Individual Servers\n\nTo manually wrap MCP servers, update your configuration:\n\n```json\n{\n \"mcpServers\": {\n \"secure-filesystem\": {\n \"command\": \"uvx\",\n \"args\": [\n \"mcpower-proxy\",\n \"--wrapped-config\", \"{\\\"command\\\": \\\"npx\\\", \\\"args\\\": [\\\"@modelcontextprotocol/server-filesystem\\\", \\\"/path/to/dir\\\"]}\",\n \"--name\", \"SecureFS\"\n ]\n }\n }\n}\n```\n\nThe proxy will:\n- Intercept all MCP communication\n- Redact secrets/PII locally before cloud analysis\n- Enforce security policies\n- Provide MCP monitoring",
24+
"categories": ["security", "monitoring"],
25+
"tags": ["security", "proxy", "monitoring", "audit", "redaction", "policy-enforcement"]
26+
}
27+

0 commit comments

Comments
 (0)