π¦
Mymcp
Your MCP server hosting service
0 installs
1 stars
Trust: 41 β Fair
Devtools
Installation
npx mymcpAsk AI about Mymcp
Powered by Claude Β· Grounded in docs
I know everything about Mymcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mymcp
Project Overview
mymcp is a set of tools related to MCP Servers developed in Go.
mcp-pipe: MCP pipe tool, supports one-to-one pipe with sse2sse, sse2stdio, stdio2sse, and stdio2stdio modes.mcp-router: MCP router, provides unified routing for multiple MCP Servers.mcp-debug: MCP debugging tool, a command-line interface for debugging MCP Servers.mcp-manager: Desktop MCP management application, built with Wails.
Directory Structure
.
βββ Makefile # Project build scripts and common commands
βββ go.mod / go.sum # Go module dependency management
βββ debug/ # MCP Server debugging
β βββ main.go
βββ manager/ # Desktop MCP management app, built with Wails
β βββ app.go
β βββ main.go
β βββ bind/ # Go bindings for frontend/data
β βββ data/ # Data models and file handling
β βββ frontend/ # Frontend source code (Vue3 + Vite)
β βββ manager/ # Core management logic
βββ pipe/ # MCP pipeline, supports sse2sse, sse2stdio, stdio2sse, stdio2stdio
β βββ main.go
βββ router/ # MCP router, unified routing for multiple MCP Servers
β βββ main.go
β βββ router.json # Routing configuration file
βββ README.md # Project documentation
Contribution & Development
Contributions via Issues and PRs are welcome. Please follow best practices for Go and Vue3 projects.
