Skip to main content
Glama
dataplat

dbatools-mcp-server

Official
by dataplat

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PWSH_EXENoPath to PowerShell executablepwsh
MAX_OUTPUT_ROWSNoMaximum rows returned per command execution100
DBATOOLS_SAFE_MODENoWhen 'true', non-readonly commands require confirm: truetrue
COMMAND_TIMEOUT_SECONDSNoSeconds before PowerShell process is killed60

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_dbatools_commandsB

Search and list dbatools commands. Filter by verb, noun, keyword, or risk level.

get_dbatools_command_helpA

Get the full normalized help for a specific dbatools command, including parameters and examples sourced from comment-based help.

invoke_dbatools_commandA

Execute a dbatools command via PowerShell and return structured JSON output.

SAFETY: For any destructive or change command (Remove, Drop, Disable, Reset, etc.), always explain the consequences to the user and ask for explicit confirmation before running. Only proceed with confirm:true if the user has clearly confirmed their intent. Respect DBATOOLS_SAFE_MODE: never bypass safety checks. For any command that modifies or deletes data, double-check with the user before proceeding. Show the exact command and output for transparency. Non-readonly commands require confirm:true when safe mode is enabled.

check_dbatools_environmentA

Verify that PowerShell and the dbatools module are installed and report the help-index status.

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/dataplat/dbatools-mcp-server'

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