Skip to content
Grok

stb mcp server for Grok

io.github.lightnet19/stb-mcp-server

MCP server untuk kelola server STB Armbian: system info, Docker, AdGuard, file ops via SSH.

client:Grok transport:stdio runtime:pypi

Install stb mcp server 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": {
    "stb-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stb-mcp-server"
      ],
      "env": {
        "STB_HOST": "<STB_HOST>",
        "STB_USER": "<STB_USER>",
        "STB_PASSWORD": "<STB_PASSWORD>"
      }
    }
  }
}

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

stb mcp server in other clients