Skip to main content
Glama

steam

by dsp

MCP Steam サーバー

AIアシスタントにSteamのゲームコンテキストを提供するモデルコンテキストプロトコル(MCP)サーバー。このサービスは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

発達

前提条件

  • オープンJDK 21
  • Docker(コンテナビルド用)
  • ギット
  • devenv.sh

開発環境の設定

  1. リポジトリをクローンします。
    git clone https://github.com/dsp/mcp-steam.git cd mcp-steam
  2. 開発シェルを使用します。
    devshell shell
    これにより、必要なすべての依存関係を備えた必要な開発環境がセットアップされます。
  3. プロジェクトをビルドします。
    mvn package

ローカルでDockerイメージを構築する

docker build -t mcp-server-steam .

APIドキュメント

サーバーはモデルコンテキストプロトコル(MCP)仕様を実装しています。詳細なAPIドキュメントについては、 MCPドキュメントを参照してください。

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

ライセンス

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