Getting Started
@wagnerjt
关于 Getting Started
Golang MCP server example
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"go-mcp": {
"command": "uv",
"args": [
"venv",
"--python",
"3.13"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Getting Started?
Getting Started is a project that tests the initial LiteLLM MCP implementation by integrating with Go-based MCP servers and clients from the mark3labs library.
How to use Getting Started?
Install Go 1.24.1 and uv, then create a Python 3.13 virtual environment and install bridge dependencies. Run the Go MCP server on SSE transport (port 8080), and separately run the Go client connecting to that server’s URI. Optionally use Docker to start the LiteLLM proxy via the bridge’s docker-compose file.
Key features of Getting Started?
- Tests the initial LiteLLM MCP implementation
- Uses Go-based MCP server and client (mark3labs)
- Supports SSE transport over HTTP
- Includes Docker setup for LiteLLM proxy
- Provides both Python SDK and Go client examples
- Requires Go 1.24.1 and uv
Use cases of Getting Started?
- Verifying LiteLLM MCP integration with Go components
- Experimenting with MCP server/client communication over SSE
- Learning how to set up an MCP development environment
- Testing interoperability between LiteLLM and third-party MCP tools
FAQ from Getting Started
What dependencies are required?
Go 1.24.1 and uv must be installed; Python 3.13 is used for the bridge.
How do I run the Go MCP server?
Use go run main.go -t sse -p 8080 from the server directory to start the server on SSE transport.
How do I connect the Go client to the server?
From the client directory, run go run main.go -mcpUri 'http://localhost:8080/sse'.
How can I use Docker instead of the Python bridge?
Run cd bridge && docker compose up to start the LiteLLM proxy via Docker.
What transport does the example use?
The example uses SSE (Server-Sent Events) over HTTP; the server is started on port 8080.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论