MCP Server Proxy
for AI Agents

Control and manage connections between AI agents and MCP servers
with granular permissions and a web-based interface.

Permission Control

Granular control over which tools and capabilities are available to each AI agent.

Web Interface

Manage all your MCP server connections through an intuitive dashboard.

Live Updates

Update permissions without interrupting active connections.

Multi-Server

Connect to multiple MCP servers with unified management.

Monitoring

Real-time metrics and comprehensive logging for debugging.

High Performance

Minimal latency with efficient request routing.

Quick Setup

1

Install

curl -sSL https://github.com/jpeggdev/claudeforge/blob/main/install-remote.sh | bash
2

Configure

Add MCP servers and set permissions via the web interface at localhost:8080

3

Connect

{
  "mcpServers": {
    "proxy": {
      "type": "http",
      "url": "http://localhost:8080/mcp"
    }
  }
}