overwatch-mcp-server

bj-pina/overwatch-mcp-server
★ 0 stars Unknown language 🤖 AI/LLM Updated 3d ago
This repo is for creating a GCP MCP server in cloud run that exposes tools related to the Overfast API (Overwatch API) so that other agents can answer questions related to the game.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "overwatch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bj-pina/overwatch-mcp-server"
      ]
    }
  }
}

README Excerpt

This repo is for creating a GCP MCP server in cloud run that exposes tools related to the Overfast API (Overwatch API) so that other agents can answer questions related to the game.