Skip to main content
Glama
ProxiBlue

pb-hypernode-mcp

by ProxiBlue

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HYPERNODE_API_TOKENSYesJSON object mapping Hypernode app names to their API tokens, e.g. '{"myapp":"token1","myapp2":"token2"}'. Keys are the allowlist of apps the plugin can operate on. Required to authenticate with the Hypernode API.
HYPERNODE_KNOWN_ADMIN_PATHSNoOptional JSON object mapping Hypernode app names to their admin paths, e.g. '{"myapp":"/admin-custom"}'. If set for an app, brancher_create skips runtime admin-path discovery. If omitted, the plugin attempts discovery (with fallback to /admin).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
brancher_ssh_infoC

Return SSH connection details (host, user, port) for a Brancher node.

brancher_listB

List active Brancher nodes for appname.

brancher_deleteA

Delete a Brancher node, gated behind a confirm=True re-call.

brancher_execA

Execute command on a Brancher node over SSH; return stdout/stderr/exit_code.

brancher_putB

Sync local_path to remote_path on a Brancher node via rsync.

brancher_createC

Create a Brancher node, wait for it, sanitize it, and report it ready.

brancher_appsA

List every Hypernode <appname> with a configured API token.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProxiBlue/pb-hypernode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server