ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Agent Config Drift Detector with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Keep your LLM agents running exactly as intended.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete Agent Config Drift Detector capability set.

These are the exact actions your AI can choose when you ask it to work with Agent Config Drift Detector.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through Agent Config Drift Detector.

  1. 01

    Evaluate risk level

    This capability calculates the severity of a detected drift. It takes the nature of the configuration changes and outputs a risk score, helping you prioritize fixes.

  2. 02

    Get drift report

    Use this capability to get a detailed breakdown of configuration differences. It provides a clear, field-by-field comparison between two versions of an agent's setup.

  3. 03

    Check config integrity

    This capability determines if the agent's current configuration has deviated from its authorized baseline. It returns a simple yes/no answer regarding integrity.

Observed, not estimated

810ms average. Fast in production.

Agent Config Drift Detector is checked daily against the live service.

Daily averagePeak 1013ms
Aug 20Today
Fastest day
674ms
Slowest day
1013ms
14-day trend
Slowing+39%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Agent Config Drift Detector, so you can see the experience inside your AI.

It does not authenticate your account with Agent Config Drift Detector. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Agent Config Drift Detector Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_nCSg5c2fIbvLAVJJFLRFF3DWB4M0DjzgJpK3LTAA/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Agent Config Drift Detector capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "agent-config-drift-detector-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_nCSg5c2fIbvLAVJJFLRFF3DWB4M0DjzgJpK3LTAA/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Who it's for

Built for the work Agent Config Drift Detector owners hand off.

This MCP is built for teams responsible for production AI systems. If you manage agents that run critical business logic, you need to know when their underlying code or parameters change without your team knowing. It gives you immediate visibility into configuration security.

  • 01

    ML Ops Engineer

    Uses the MCP to audit agent deployments and ensure that production models haven't drifted from the approved training configuration.

  • 02

    Security Analyst

    Runs checks to detect unauthorized changes to system prompts or access permissions, flagging potential security breaches.

  • 03

    DevOps Engineer

    Integrates the MCP into CI/CD pipelines to automatically validate agent configurations before deployment.

FAQ

Questions Agent Config Drift Detector owners ask.

  • 01

    What exactly is 'config drift' in this context?

    Config drift means an agent's live operational parameters—like its system prompt or allowed permissions—have changed from the version that was originally approved and secured. It's a security and stability risk.

  • 02

    Does this MCP check the agent's actual code, or just its settings?

    It focuses on the configuration parameters, not the underlying source code. It uses hashing to verify the integrity of the defined settings, like prompts and capability lists.

  • 03

    How does the SHA-256 hashing help?

    SHA-256 creates a unique digital fingerprint for the entire configuration. If even one character changes in one field, the resulting hash changes completely, immediately alerting you to the drift.

  • 04

    What kind of information does the drift report provide?

    The report gives a detailed comparison, showing the field name, the type of change (addition, deletion, modification), and the specific old and new values.

  • 05

    Is this capability useful for detecting malicious changes?

    Yes. Because it requires a known good baseline, any unauthorized modification, whether malicious or accidental, will cause the hash to fail the integrity check.