Skip to main content
Glama
Jon2G

cursor_admin_mcp

by Jon2G

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_as_adminA

Windows only. Executes a PowerShell command with Administrator privileges after visual user approval.

run_as_rootB

Linux and macOS. Executes a bash command as root after visual user approval and sudo authentication.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinguished by target platform: run_as_admin for Windows and run_as_root for Linux/macOS. There is no overlap or ambiguity in their purposes.

Naming Consistency5/5

Both tools follow a consistent 'run_as_<privilege>' naming pattern. The verb 'run' and the privilege level are clearly indicated, making the pattern predictable.

Tool Count4/5

The server has exactly two tools, covering elevated command execution on all major OS platforms. While minimal, the count is appropriate for the narrow domain of admin command execution.

Completeness5/5

The tool set covers the entire domain of running commands with elevated privileges across all supported OS platforms (Windows, Linux, macOS). No obvious gaps exist for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues