Skip to main content
Glama
cu0001

svc-mcp-server

by cu0001

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SVC_HOSTYesSVC hostname or IP address (required)
SVC_PORTNoSVC SSH port (default: 22)22
SVC_PASSWORDNoSVC SSH password (for password authentication)
SVC_USERNAMENoSVC SSH username (default: superuser)superuser
SVC_PROXY_HOSTNoSSH proxy hostname or IP address
SVC_PROXY_PORTNoSSH proxy port (default: 22)22
SVC_PROXY_PASSWORDNoSSH proxy password (for password authentication)
SVC_PROXY_USERNAMENoSSH proxy username
SVC_PRIVATE_KEY_PATHNoPath to SVC SSH private key (for key authentication)
SVC_PROXY_PRIVATE_KEY_PATHNoPath to SSH proxy private key (for key authentication)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_system_statusC

Check SVC system status (lssystem)

execute_svc_commandC

Execute any SVC CLI command. This is a generic tool that allows you to run any SVC command directly.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one checks overall system status, and the other executes arbitrary SVC commands. There is no ambiguity between them.

Naming Consistency4/5

Both tools use a verb_noun pattern (check_system_status, execute_svc_command) which is consistent. Minor deviation is that the noun phrases are of different lengths, but it's still readable.

Tool Count2/5

With only 2 tools, the server feels underdeveloped for any practical SVC management use case. While a check + generic execute pattern can work in principle, it suggests the tool surface is very thin.

Completeness2/5

The generic execute_svc_command tool compensates for missing specific operations, but the server lacks dedicated tools for common tasks like listing volumes, managing hosts, or creating storage pools. The set is not complete for typical SVC administration workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues