Odel
BT Ops MCP

BT Ops MCP

Local
@tangchangzhe1TypeScriptApache-2.0Updated 4w ago

Secure MCP server for BT Panel operations with scoped permissions and audited writes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbt-ops-mcp-serverv0.1.4

Run

npx -y bt-ops-mcp-server

MCP client config

{
  "mcpServers": {
    "bt-ops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bt-ops-mcp-server"
      ]
    }
  }
}