Skip to main content
Glama
BreezeDelegate

wisp-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WISP_API_TOKENYesYour WISP Client API token
WISP_PANEL_URLYesThe URL of the WISP panel (e.g., https://panel.example.com)
WISP_SERVER_IDNoOptional default server ID
WISP_ALLOW_POWERNoSet to 'true' to allow power operations (start, stop, restart)
WISP_ALLOW_BACKUPSNoSet to 'true' to allow backup operations
WISP_ALLOW_COMMANDSNoSet to 'true' to allow sending console commands
WISP_ALLOW_DATABASESNoSet to 'true' to allow database operations
WISP_ALLOW_DESTRUCTIVENoSet to 'true' to allow destructive operations (file deletion, backup restore/delete, database deletion, force-kill, panel update). Keep false during normal administration.
WISP_ALLOW_FILE_WRITESNoSet to 'true' to allow file write operations
WISP_ALLOW_SERVER_SETTINGSNoSet to 'true' to allow modifying server settings

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
capabilitiesA

Show the configured server and enabled operation classes. Never returns secrets.

list_serversB

List one page of servers. include may contain node, egg, or allocations.

server_detailsB

Get server metadata. include may contain node, egg, allocations, or features.

server_statusB

Get power state, CPU, RAM, disk, network, and game-query information.

audit_logsB

Read paginated server audit logs.

list_directoryA

List one page of a server directory. Use page/per_page for large directories.

read_fileB

Read a text file. Large files are truncated to protect model context.

file_fingerprintA

Return SHA-256 and size metadata for a text file without returning its content.

read_file_chunkA

Read a bounded character range from a text file with continuation metadata.

find_in_fileA

Find literal text in a file and return small line-numbered excerpts instead of the whole file.

read_log_tailA

Read the last N lines of a text log file.

create_directoryB

Create a directory. Requires file-write access.

write_fileC

Create or overwrite a text file. Requires file-write access.

safe_write_fileA

Overwrite an existing text file only if its SHA-256 still matches the value previously read.

replace_in_fileA

Replace an exact snippet server-side with optimistic concurrency, avoiding whole-file model output.

copy_fileC

Copy a file in place. Requires file-write access.

rename_fileA

Rename or move a file. Requires file-write access.

compress_filesC

Compress server files. Requires file-write access.

decompress_archiveC

Decompress an archive. Requires file-write access.

delete_fileC

Delete a file. Requires file-write and destructive access.

send_console_commandB

Send one server-console command. Requires command access.

powerA

Start, stop, restart, or force-kill a server. Kill also requires destructive access.

list_backupsB

List one page of server backups.

create_backupB

Create a server backup. Requires backup access.

deploy_backupC

Restore a backup. Requires backup and destructive access.

delete_backupA

Delete a backup. Requires backup and destructive access.

lock_backupA

Lock a backup against accidental deletion. Requires backup access.

backup_downloadC

Request the panel's download response for a backup.

list_databasesA

List one page of databases attached to a server.

create_databaseC

Create a database when the panel supports the Wisp Client API endpoint.

rotate_database_passwordB

Rotate a database password. Requires database and destructive access.

delete_databaseB

Delete a database. Requires database and destructive access.

toggle_monitoringC

Toggle Wisp server monitoring. Requires server-settings access.

toggle_support_accessC

Toggle provider support access. Requires server-settings access.

update_serverB

Run the Wisp egg update action. Requires server-settings and destructive access.

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/BreezeDelegate/wisp-mcp'

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