Skip to content
Cursor

stb mcp server for Cursor

io.github.lightnet19/stb-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install stb mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stb mcp server in other clients