by burugo
A centralized reverse-proxy platform for MCP servers — manage, group, and export as Skills from a single endpoint.
# Add to your Claude Code skills
git clone https://github.com/burugo/one-mcpOne MCP - A centralized proxy for Model Context Protocol (MCP) services
✨ Manage, monitor, and configure your MCP services from a single interface ✨
<br /> </div> <p align="center"> <a href="#features">Features</a> • <a href="#quick-start">Quick Start</a> • <a href="#installation">Installation</a> • <a href="#configuration">Configuration</a> • <a href="#development">Development</a> • <a href="#contributing">Contributing</a> </p>One MCP is a comprehensive management platform for Model Context Protocol (MCP) services. Acting as a centralized proxy, it lets you discover, install, configure, and monitor MCP services from various providers. Built with Go and React, it offers both powerful backend capabilities and an intuitive web interface.
No comments yet. Be the first to share your thoughts!


Create service groups to combine multiple MCP services and export as Skills:

# Add tap
brew tap burugo/tap
# Install one-mcp
brew install one-mcp
# Start as background service (default port: 3000)
brew services start one-mcp
# Stop service
brew services stop one-mcp
...