steam
MCP 蒸汽服务器
模型上下文协议 (MCP) 服务器,为 AI 助手提供 Steam 游戏上下文。该服务与 Steam API 集成,用于获取用户游戏信息并通过 MCP 协议公开,从而使 AI 助手能够访问并了解用户的游戏活动和偏好。
安装
使用 Docker(推荐)
运行 MCP Steam 服务器最简单的方法是使用 Docker:
docker run --rm -i ghcr.io/dsp/mcp-server-steam:latest配置
可以使用环境变量来配置服务器:
# Required configuration
STEAM_API_KEY=your_steam_api_keyRelated MCP server: steam-mcp
发展
先决条件
OpenJDK 21
Docker(用于容器构建)
Git
设置开发环境
克隆存储库:
git clone https://github.com/dsp/mcp-steam.git cd mcp-steam使用开发 shell:
devshell shell这将设置所需的开发环境以及所有必要的依赖项。
构建项目:
mvn package
本地构建 Docker 镜像
docker build -t mcp-server-steam .API 文档
该服务器实现了模型上下文协议 (MCP) 规范。详细的 API 文档,请参阅MCP 文档。
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
执照
MIT 许可证
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn interface that allows large language models like Claude to interact with ActivityWatch time tracking data through the Model Context Protocol, enabling queries about application usage, browsing history, and productivity patterns.572MIT
- AlicenseAqualityDmaintenanceConnects Claude to your Steam library via the Steam Web API. Query your games, playtime, recently played history, and store metadata using natural language. Zero-config install via npx steam-mcp.5295MIT
- AlicenseNot gradedqualityDmaintenanceA feature-rich Model Context Protocol server that gives AI assistants full access to your Steam game library.144MIT
- FlicenseNot gradedqualityCmaintenanceProvides access to your Steam game library data through Claude Desktop, enabling game search, filtering, details, recommendations, and statistics.7
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
LLM chat, text summarization and AI image generation
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsp/mcp-server-steam'
If you have feedback or need assistance with the MCP directory API, please join our Discord server