# Mcp Proxy

> proxy for Model Context Protocol (MCP) servers that adds authentication, authorization, and enterprise features to any MCP backend.

- **Type:** MCP server
- **Install:** `agentstack add mcp-achetronic-mcp-proxy`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [achetronic](https://agentstack.voostack.com/s/achetronic)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [achetronic](https://github.com/achetronic)
- **Source:** https://github.com/achetronic/mcp-proxy

## Install

```sh
agentstack add mcp-achetronic-mcp-proxy
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# MCP Proxy

A proxy for Model Context Protocol (MCP) servers that adds authentication, authorization, and enterprise features to any MCP backend. Transform your local MCP servers into secure, scalable services ready for remote access.

## Motivation

MCP servers are often developed for local use with stdio transport, making them unsuitable for production environments where remote access, authentication, and scalability are required. MCP Proxy bridges this gap by providing a layer in front of any MCP server, enabling enterprise deployment while preserving the original MCP functionality.

## Features

- 🔐 **OAuth RFC 8414 and RFC 9728 compliant**
- Support for `.well-known/oauth-protected-resource` and `.well-known/oauth-authorization-server` endpoints
- Both endpoints are configurable

- 🛡️ **Several JWT validation methods**
- Delegated to external systems like Istio
- Locally validated based on JWKS URI and CEL expressions for claims

- 🔄 **Transport bridging**
- Accept StreamableHTTP and Stdio requests and forward to HTTP or stdio MCP backends
- Enable remote access to local MCP servers

- 📋 Access logs can exclude or redact fields
- 🚀 Production-ready: Included full examples, Dockerfile, Helm Chart and GitHub Actions for CI
- ⚡ Super easy to extend: Production vitamins added to a good juice: [mcp-go](https://github.com/mark3labs/mcp-go)

## Deployment

### Production 🚀
Deploy to Kubernetes using the Helm chart located in the `chart/` directory.

## How to develop your MCP

### Prerequisites
- Go 1.24+

### Modify the code and run

Modify the entire codebase and execute `make run`

**Note:** Default YAML config executing the previous command start the server as an HTTP server forwarding 
to a Stdio server. Other needs? just modify the Makefile to use other YAML provided in examples.

### Configuration Examples

Several configuration examples are available [here](./docs)

## 🤝 Contributing

All contributions are welcome! Whether you're reporting bugs, suggesting features, or submitting code — thank you! Here’s how to get involved:

▸ [Open an issue](https://github.com/achetronic/mcp-proxy/issues/new) to report bugs or request features

▸ [Submit a pull request](https://github.com/achetronic/mcp-proxy/pulls) to contribute improvements

## 📄 License

MCP Proxy is licensed under the [Apache 2.0 License](./LICENSE).

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [achetronic](https://github.com/achetronic)
- **Source:** [achetronic/mcp-proxy](https://github.com/achetronic/mcp-proxy)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-achetronic-mcp-proxy
- Seller: https://agentstack.voostack.com/s/achetronic
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
