← dry.codes

INDIVIDUAL MCP TOOL

list_duplicate_declarations

Indexed: reads YOUR indexed code on DRY.codes (no live GitHub call).

dry.codesnone authenticationAvailability not checked

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 endpoint

dry.codes

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.dry-codes]
url = "https://dry.codes/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dry-codes": {
      "type": "http",
      "url": "https://dry.codes/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dry-codes
Remote MCP URL: https://dry.codes/mcp/public

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": {
    "dry-codes": {
      "url": "https://dry.codes/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dry-codes": {
      "type": "http",
      "url": "https://dry.codes/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dry-codes",
  "transport": "streamable-http",
  "url": "https://dry.codes/mcp/public"
}
MCP Inspector

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

Related tools

  • search_code — Indexed: searches YOUR indexed code on DRY.codes (no live GitHub call).
  • dry_wand — Indexed: checks against YOUR indexed code on DRY.codes (no live GitHub call).
  • find_file — Indexed: searches YOUR indexed code on DRY.codes (no live GitHub call).
  • list_files — Indexed: lists YOUR indexed files on DRY.codes (no live GitHub call).
  • list_dry_issues — Indexed: reads YOUR indexed code on DRY.codes (no live GitHub call).
  • compare_files — Indexed: compares YOUR indexed files on DRY.codes (no live GitHub call).
  • list_unique_files — Indexed: reads YOUR indexed code on DRY.codes (no live GitHub call).
  • list_dependency_drift — Indexed: reads YOUR indexed code on DRY.codes (no live GitHub call).