Steam游戏上下文
STDIO为AI助手提供Steam游戏上下文的服务器
为AI助手提供Steam游戏上下文的服务器
A Model Context Protocol (MCP) server that provides Steam gaming context to AI assistants. This service integrates with the Steam API to fetch user gaming information and exposes it through the MCP protocol, allowing AI assistants to access and understand users' gaming activities and preferences.
The easiest way to run the MCP Steam server is using Docker:
docker run --rm -i ghcr.io/dsp/mcp-server-steam:latest
The server can be configured using environment variables:
# Required configuration STEAM_API_KEY=your_steam_api_key
Clone the repository:
git clone https://github.com/dsp/mcp-steam.git cd mcp-steam
Use the development shell:
devshell shell
This will set up the required development environment with all necessary dependencies.
Build the project:
mvn package
docker build -t mcp-server-steam .
The server implements the Model Context Protocol (MCP) specification. For detailed API documentation, please refer to the MCP Documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License