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 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论