Skip to main content
Glama

steam

by dsp

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_key

发展

先决条件

  • OpenJDK 21
  • Docker(用于容器构建)
  • Git
  • devenv.sh

设置开发环境

  1. 克隆存储库:
    git clone https://github.com/dsp/mcp-steam.git cd mcp-steam
  2. 使用开发 shell:
    devshell shell
    这将设置所需的开发环境以及所有必要的依赖项。
  3. 构建项目:
    mvn package

本地构建 Docker 镜像

docker build -t mcp-server-steam .

API 文档

该服务器实现了模型上下文协议 (MCP) 规范。详细的 API 文档,请参阅MCP 文档

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

MIT 许可证

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

向法学硕士 (LLM) 提供你玩过的游戏以及玩了多长时间的信息

  1. 安装
    1. 使用 Docker(推荐)
    2. 配置
  2. 发展
    1. 先决条件
    2. 设置开发环境
    3. 本地构建 Docker 镜像
  3. API 文档
    1. 贡献
      1. 执照

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Enables LLMs to retrieve and analyze Steam game reviews, providing access to review statistics, game information, and helping summarize pros and cons of games.
          Last updated -
          1
          5
          2
          TypeScript
          MIT License
        • -
          security
          -
          license
          -
          quality
          A long-term memory storage system for LLMs that helps them remember context across multiple sessions using semantic search with embeddings to provide relevant historical information from past interactions and development decisions.
          Last updated -
          3
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          An MCP server that enables LLMs to 'see' what's happening in browser-based games and applications through vectorized canvas visualization and debug information.
          Last updated -
          35
          23
          JavaScript

        View all related MCP servers

        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