概要
What is mymcp?
mymcp is a set of Go-based tools for working with MCP Servers, including a pipe tool for various transport modes, a router for unified routing, a debugging CLI, and a desktop management application built with Wails.
How to use mymcp?
The README shows the directory structure but does not provide installation or invocation instructions. Users are expected to build or run the individual tools from their respective directories using Go.
Key features of mymcp
- Provides a pipe tool with sse2sse, sse2stdio, stdio2sse, and stdio2stdio modes.
- Includes a router for unified routing across multiple MCP Servers.
- Offers a command-line debugging interface for MCP Servers.
- Ships a desktop management application built with Wails.
- All tools are developed in Go.
Use cases of mymcp
- Connect MCP Servers using different transport protocols via the pipe tool.
- Route requests to multiple MCP Servers through a single entry point.
- Debug MCP Servers interactively from the command line.
- Manage MCP Servers visually with a desktop GUI.
FAQ from mymcp
What programming language is mymcp written in?
mymcp is developed in Go.
Does mymcp provide a graphical interface?
Yes, the mcp-manager tool is a desktop MCP management application built with Wails.
What transport modes does the pipe tool support?
The pipe tool supports sse2sse, sse2stdio, stdio2sse, and stdio2stdio modes.
Are there dependencies like Node.js or npm required?
The README does not mention any external dependencies beyond Go and the standard Wails environment for the manager.
How can I contribute to mymcp?
Contributions via Issues and PRs are welcome, following best practices for Go and Vue3.