<strong>๐บ Watch the full walkthrough</strong> ยท <strong>๐ Read the docs</strong> ยท <strong>๐ mcpproxy.app</strong>
๐บ Watch the full walkthrough ย ยทย ๐ Read the docs ย ยทย ๐ mcpproxy.app. Exposed over MCP by the mcpproxy go mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Setup follows the usual MCP pattern โ install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Everything the assistant can do here goes through one of these:
Configuration โ The Configuration tool exposed by this serverFeatures โ The Features tool exposed by this serverYou will need 2 environment variables: NODE_EXTRA_CA_CERTS, MCPPROXY_TLS_ENABLED. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Mcpproxy Go's toolset โ Configuration, Features โ is a fair guide to whether it matches your workflow. It is maintained by smart-mcp-proxy; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Configuration | The Configuration tool exposed by this server. |
| Features | The Features tool exposed by this server. |
{
"listen": "127.0.0.1:8080",
"mcpServers": [
{ "name": "local-python", "command": "python", "args": ["-m", "my_server"], "protocol": "stdio", "enabled": true },
{ "name": "remote-http", "url": "http://localhost:3001", "protocol": "http", "enabled": true }
]
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| NODE_EXTRA_CA_CERTS | Configuration value read at startup. | Optional |
| MCPPROXY_TLS_ENABLED | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation โ database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters โ this server hands it the real schemas, templates and validation.
AWS Labs' official server suite โ current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents โ automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation โ Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts โ observability by conversation.