Skip to main content
Glama
OpsLevel

OpsLevel MCP

Official
by OpsLevel

OpsLevel MCP サーバー

この MCP ( Model Context Protocol ) サーバーは、OpsLevel アカウントと対話するためのツールを AI に提供します。

mcp_image

特徴

現在、MCP サーバーは OpsLevel アカウントへの読み取り専用アクセスのみを使用しており、次のリソースからデータを読み取ることができます。

  • アクション

  • コンポーネント

  • ドキュメント(APIと技術ドキュメント)

  • ドメイン

  • フィルター

  • インフラストラクチャー

  • リポジトリ

  • システム

  • チーム

  • ユーザー

設定

  1. MCPサーバーをインストールする

    1. 自作 - brew install opslevel/tap/opslevel-mcp

    2. Docker - docker pull public.ecr.aws/opslevel/mcp:latest
      ピン留めされたバージョンを使用することもできます。利用可能なタグについてはギャラリーをご覧ください。

    3. マニュアル - GitHub リリース ページにアクセスし、ご使用のオペレーティング システム用のバイナリをダウンロードしてください。

  2. MCP サーバーが環境変数を介してアカウントと通信することを許可するには、API トークンが必要になります。

  3. 選択した AI ツールの MCP 構成をセットアップします。

クロード

クロードデスクトップ

  1. Claude Desktopのドキュメントに基づいて、指定されたパスにあるファイルを編集します。

    1. Mac OS - ${HOME}/Library/Application\ Support/Claude/claude_desktop_config.json

    2. Windows - %APPDATA%\Claude\claude_desktop_config.json

  2. Claude Desktopを起動(または再起動)する

{
    "mcpServers": {
        "opslevel": {
            "command": "opslevel-mcp",
            "env": {
                "OPSLEVEL_API_TOKEN": "XXXXXXX"
            }
        }
    }
}

Related MCP server: devops-mcp-server

VSコード

VS Code ユーザー設定

  1. 設定メニュー(コマンド+カンマ)を開き、ページ上部にある使用ケースに適したタブを選択します。

    1. ワークスペース - ワークスペースのコンテキストでサーバーを構成します

    2. ユーザー - ユーザーのコンテキストでサーバーを構成します

  2. 機能を選択→チャット

  3. 「Mcp」が有効になっていることを確認する

    1. 組織の CoPilot 設定で、Github 管理者に「プレビュー」機能を有効にしてもらう必要がある場合があります。

  4. 「Mcp > Discovery」の下にある「settings.jsonで編集」をクリックして、以下の設定を行います。

    1. ファイルを直接編集することもできます

      1. (Mac OS) ${HOME}/Library/Application\\ Support/Code/User/settings.json

  5. VS Codeを起動(または再起動)する

{
    "chat.agent.enabled": true,
    "chat.mcp.discovery.enabled": true,
    "mcp": {
        "inputs": [
          {
            "type": "promptString",
            "id": "opslevel_token",
            "description": "OpsLevel API Token",
            "password": true
          }
        ],
        "servers": {
            "opslevel": {
                "type": "stdio",
                "command": "opslevel-mcp",
                "env": {
                    "OPSLEVEL_API_TOKEN": "${input:opslevel_token}"
                }
            }
        }
    }
}

カーソル

カーソル

  1. カーソルメニューを開き、設定→カーソル設定→MCPを選択します。

  2. 「新しいグローバルMCPサーバーを追加」をクリックします

  3. 以下の設定を追加します

{
  "mcpServers": {
    "opslevel": {
      "command": "opslevel-mcp",  
      "env": {
        "OPSLEVEL_API_TOKEN": "XXXXXX"
      }
    }
  }
}

ウィンドサーフィン

ウィンドサーフィン

  1. Windsurf - 設定 > 詳細設定に移動します

  2. カスケードセクションまでスクロールすると、新しいサーバーを追加するオプションがあります。

  3. 以下の設定でmpc_config.jsonを編集します。

  4. ウィンドサーフィンを再開

{
  "mcpServers": {
    "opslevel": {
      "command": "opslevel-mcp",  
      "env": {
        "OPSLEVEL_API_TOKEN": "XXXXXX"
      }
    }
  }
}

ドッカー

バイナリを直接インストールせず、代わりにdockerイメージをプルした場合は、docker経由でサーバーを実行できるように上記のMCP構成を調整する必要があります。

        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "OPSLEVEL_API_TOKEN",
          "public.ecr.aws/opslevel/mcp:latest"
        ],
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
6wRelease cycle
3Releases (12mo)
Commit activity
Issues opened vs closed

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

View all related MCP servers

Related MCP Connectors

  • Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid

  • Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.

  • Agent Orchestrator MCP Server by MEOK AI Labs

View all MCP Connectors

Latest Blog Posts

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/OpsLevel/opslevel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server