gti-mcp-server

jmaciasc-google/gti-mcp-server
★ 0 stars Python Security Updated 4d ago
A Google Threat Intelligence (GTI) MCP server. Features secure-by-default OIDC authorization, in-memory Cloud Secret Manager integration, and dual-transport support (SSE for Cloud Run & STDIO for desktop agents). Forked and optimized from the official Google mcp-security repository
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gti-mcp-server": {
      "command": "uvx",
      "args": [
        "gti-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install gti-mcp-server