GraphCanon updated 3w · GitHub synced 3w
Decision brief
mcpproxy-go is a proxy server built for developers to enhance AI agents with functionality and security features through the Model Context Protocol (MCP). It supports tool routing, audit logging, and provides a web UI.
Good fit when
- When you need a Go-based solution that focuses specifically on enhancing AI functionalities using MCP.
- If your project requires detailed audit-logging for security purposes without implementing from scratch.
Avoid when
- When a simpler proxy solution that does not offer specialized AI-focused tools like MCP or advanced logging is sufficient.
- If your project is strictly frontend and does not require backend server enhancement features such as those provided by mcpproxy-go's tool-routing capabilities.
- Pricing:
- freemium - mcpproxy-go is free to use under the MIT license; however, premium support or advanced features may have associated costs.
- Requirements:
- Min 2 GB RAM; The installation process varies by operating system and includes options for manual setup as well as automated installers for ease of use.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 3w
- Provenance
- Not a fork · Organization account
- As of 3w
- Security (OSV)
- No criticals
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
go get github.com/smart-mcp-proxy/mcpproxy-go pkg.go.devSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A Go-based proxy server designed to enhance the functionality and security of AI agents through model context protocol (MCP), providing tool-routing and audit-logging features with a web UI.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 2, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 2, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Aug 2, 2026
- Languages
- go
Source: github.language · Aug 2, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 2, 2026)
1. Open Cursor SettingsSource link
Tags
README
1. Install
macOS (Recommended - DMG Installer):
Download the latest DMG installer for your architecture:
- Apple Silicon (M1/M2): Download DMG →
mcpproxy-*-darwin-arm64.dmg - Intel Mac: Download DMG →
mcpproxy-*-darwin-amd64.dmg
Windows (Recommended - Installer):
Download the latest Windows installer for your architecture:
- x64 (64-bit): Download Installer →
mcpproxy-setup-*-amd64.exe - ARM64: Download Installer →
mcpproxy-setup-*-arm64.exe
The installer automatically:
- Installs both
mcpproxy.exe(core server) andmcpproxy-tray.exe(system tray app) to Program Files - Adds MCPProxy to your system PATH for command-line access
- Creates Start Menu shortcuts
- Supports silent installation:
.\mcpproxy-setup.exe /VERYSILENT
Alternative install methods:
macOS (Homebrew):
---
### Manual install
1. Open Cursor Settings
2. Click "Tools & Integrations"
3. Add MCP server
```json
"MCPProxy": {
"type": "http",
"url": "http://localhost:8080/mcp/"
}
Getting Started
For agents
This page has a .md twin and JSON over the API.