Skip to main content
Glama
dimoxe

Raspberry Pi SSH MCP Controller

by dimoxe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RPI_MCP_ENV_FILENoPath to an alternate configuration file. Overrides the default platform-specific per-user configuration directory.
RPI_MCP_RPI3_HOSTYesHostname or IP address of the Raspberry Pi 3B+.
RPI_MCP_RPI5_HOSTYesHostname or IP address of the Raspberry Pi 5.
RPI_MCP_RPI3_SSH_PORTYesSSH port for the Raspberry Pi 3B+.
RPI_MCP_RPI3_SSH_USERYesSSH username for the Raspberry Pi 3B+.
RPI_MCP_RPI5_SSH_PORTYesSSH port for the Raspberry Pi 5.
RPI_MCP_RPI5_SSH_USERYesSSH username for the Raspberry Pi 5.
RPI_MCP_ENABLE_COMMANDSNoSet to '1' to enable the control_service and run_command tools. Default is disabled.
RPI_MCP_RPI3_SSH_KEY_PATHNoPath to the SSH private key for the Raspberry Pi 3B+. Required only when not using the default SSH agent/key lookup.
RPI_MCP_RPI5_SSH_KEY_PATHNoPath to the SSH private key for the Raspberry Pi 5. Required only when not using the default SSH agent/key lookup.
RPI_MCP_ENABLE_POWER_ACTIONSNoSet to '1' to enable the power_action tool. Default is disabled.

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
list_raspberry_pisA

List the named Raspberry Pis available to this MCP server.

get_raspberry_pi_statusA

Read hostname, kernel, uptime, memory, disk, and CPU temperature from a Pi.

read_text_fileA

Read up to one MiB of a text file from a named Pi without modifying it.

get_service_statusA

Get detailed systemd status for one service on a Pi.

get_service_logsA

Read the newest journal entries for one systemd service on a Pi.

control_serviceB

Start, stop, or restart a systemd service after command control is explicitly enabled.

run_commandA

Run an arbitrary remote command only after the operator enables command control.

power_actionA

Reboot or shut down a Pi only after a separate power-control opt-in and confirmation.

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/dimoxe/rpi-mcp-controller'

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