Back to Apps

gomcp-pilot
by zuquanzhi
High-performance Go-based MCP gateway connecting LLMs to local tools, services, and file systems with a built-in TUI and Web Dashboard.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
gomcp-pilot acts as a high-performance Model Context Protocol (MCP) gateway written in Go. It serves as a bridge between Large Language Models (LLMs) and local resources, providing a unified way to manage multiple upstream MCP servers regardless of the language they are written in (Python, Node.js, Go, etc.).
Tools
- Dynamic Tool Discovery: Automatically discovers and calls tools from connected upstream servers.
- Resource Aggregation: Provides a unified interface to read and manage system resources and files.
- SSE Gateway: Supports Server-Sent Events for compatibility with standard MCP clients like Claude Desktop.
- TUI Monitor: A terminal-based interface for real-time traffic monitoring, request interception, and logging.
- Web Dashboard: A React-based management panel for browsing tools and resources.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gomcp-pilot": {
"command": "/path/to/bin/gomcp",
"args": ["serve"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
go build -o bin/gomcp ./cmd/gomcp && ./bin/gomcp serveInformation
- Pricing
- free
- Published
- 7/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"gomcp-pilot": {"command": "/path/to/bin/gomcp", "args": ["serve"]}}}





