Skip to main content
Glama
xiaohuxi

Config Drift Guard MCP

by xiaohuxi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFIG_DRIFT_ALLOWED_ROOTSNoOne or more directories allowed for file access, delimited by system path separator. If omitted, only the current working directory is allowed.

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
inspect_configA

Parse and normalize a local config file while masking detected secrets.

compare_configsA

Compare two local config files and classify added, removed, type, value, and secret drift.

scan_secretsA

Find likely plaintext credentials and private keys without returning their plaintext values.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: scanning for secrets, comparing config files, and inspecting a single config. There is no overlap in their purposes, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (scan_secrets, compare_configs, inspect_config) using snake_case. This predictable structure aids in tool discovery and understanding.

Tool Count5/5

With 3 tools, the server is tightly scoped to config drift detection and secret scanning. Each tool serves a clear, essential function without excess or deficiency for the stated purpose.

Completeness5/5

The tool set covers the core workflow: scanning secrets, comparing two configs, and inspecting a single config. No obvious gaps exist for the read-only analysis focus of the server.

Maintenance

ActivitySlowing
ResponsivenessNo issues