pb-hypernode-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HYPERNODE_API_TOKENS | Yes | JSON 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_PATHS | No | Optional 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| brancher_ssh_infoC | Return SSH connection details (host, user, port) for a Brancher node. |
| brancher_listB | List active Brancher nodes for |
| brancher_deleteA | Delete a Brancher node, gated behind a |
| brancher_execA | Execute |
| brancher_putB | Sync |
| brancher_createC | Create a Brancher node, wait for it, sanitize it, and report it ready. |
| brancher_appsA | List every Hypernode |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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