MCP Steam 服务器
一个为 AI 助手提供 Steam 游戏上下文的 MCP 服务器。
快速入门
使用 Docker
推荐使用 Docker 运行: docker run --rm -i ghcr.io/dsp/mcp-server-steam:latest
配置
通过环境变量配置,例如: STEAM_API_KEY=your_steam_api_key
开发
- 克隆仓库:git clone https://github.com/dsp/mcp-steam.git
- 启动开发环境:devshell shell
- 构建项目:mvn package
- 本地构建 Docker 镜像:docker build -t mcp-server-steam .