Provides Steam gaming context to AI assistants by integrating with the Steam API to fetch user gaming information, allowing AI assistants to access and understand users' gaming activities and preferences
MCP Steam Server
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.
Installation
Using Docker (Recommended)
The easiest way to run the MCP Steam server is using Docker:
Configuration
The server can be configured using environment variables:
Related MCP server: Open Data Model Context Protocol
Development
Prerequisites
OpenJDK 21
Docker (for container builds)
Git
Setting Up Development Environment
Clone the repository:
git clone https://github.com/dsp/mcp-steam.git cd mcp-steamUse the development shell:
devshell shellThis will set up the required development environment with all necessary dependencies.
Build the project:
mvn package
Building Docker Image Locally
API Documentation
The server implements the Model Context Protocol (MCP) specification. For detailed API documentation, please refer to the MCP Documentation.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License