Skip to content
Grok

secobserve mcp for Grok

io.github.nh4ttruong/secobserve-mcp

MCP server for SecObserve: triage findings, import scan reports and SBOMs, generate VEX.

client:Grok transport:stdio runtime:pypi

Install secobserve mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "secobserve-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "secobserve-mcp"
      ],
      "env": {
        "SECOBSERVE_BASE_URL": "<SECOBSERVE_BASE_URL>",
        "SECOBSERVE_API_TOKEN": "<SECOBSERVE_API_TOKEN>",
        "SECOBSERVE_READ_ONLY": "<SECOBSERVE_READ_ONLY>",
        "SECOBSERVE_ALLOW_DELETE": "<SECOBSERVE_ALLOW_DELETE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

secobserve mcp in other clients