← diffci.com

INDIVIDUAL MCP TOOL

diffci_validation_plan

Plan change-aware CI validation, affected-test selection, test impact analysis, or GitHub Actions workflow checks.

diffci.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://diffci.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for diffci_validation_plan and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

diffci.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.io-github-diffci-diffci]
url = "https://diffci.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "io-github-diffci-diffci": {
      "type": "http",
      "url": "https://diffci.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: io-github-diffci-diffci
Remote MCP URL: https://diffci.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "io-github-diffci-diffci": {
      "url": "https://diffci.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "io-github-diffci-diffci": {
      "type": "http",
      "url": "https://diffci.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "io-github-diffci-diffci",
  "transport": "streamable-http",
  "url": "https://diffci.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • diffci_interpret_report — Validate and summarize a DiffCI observation report, including selective or full mode, affected-test counts, fallbacks, non-interference evidence, and the conservative next action.
  • diffci_verify_workflow_text — Perform a stateless preliminary safety check of GitHub Actions YAML: dedicated observer job, continue-on-error, dependency isolation, read-only permissions, and immutable DiffCI references.