← Registry

Developer Tools

tresbien.tech

Provides Drupal developers with core change records, symbol lookups, and upgrade readiness reports.

1 endpoint8 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://mcp.tresbien.tech/mcp

No auth detected

MCP server metadata

Name
drupal-code-query
Version
0.3.0
Capabilities
tools.listChanged
Server instructions

Tools over Drupal core change records, core symbol lifecycle, and contrib upgrade readiness, plus code search across the contrib ecosystem. Each tool returns index-wide counts, a ranked head of results, and identifiers for a narrower call. Quote the counts when stating scale, and drill down with the identifiers when the user asks for detail.

Known tools 8

get_change_record

Return one Drupal core change record in full: its title, flavour, target core version, machine-checkable tracks, linked issue numbers, and how far contrib has adopted it.

Inferred read-only
list_change_records

List the Drupal core change records targeting a range of core versions, each tagged with its flavour so a caller can separate work that is forced from work that is merely offered.

Inferred read-only
list_changed_symbols

List every symbol on one side of the core API diff between two core versions, one row per symbol, in pages.

Inferred read-only
lookup_core_symbol

Look up one Drupal core symbol and answer whether it is safe to use, and who still uses it.

Inferred read-only
project_upgrade_report

Answer whether one contrib project is ready for a target Drupal core version, and what work is left.

Inferred read-only
query_dataset

Run one read-only DuckDB query over the dataset behind the other tools, for a question none of them asks.

Inferred read-only
search_contrib_code

Search the source of every indexed Drupal contrib project, plus core, for a code pattern.

Inferred read-only
what_changed

Diff the Drupal core API surface between two core versions: which symbols were added, which were deprecated, and which were removed.

Inferred read-only

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.drupal-code-query]
url = "https://mcp.tresbien.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "drupal-code-query": {
      "type": "http",
      "url": "https://mcp.tresbien.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: drupal-code-query
Remote MCP URL: https://mcp.tresbien.tech/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": {
    "drupal-code-query": {
      "url": "https://mcp.tresbien.tech/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "drupal-code-query": {
      "type": "http",
      "url": "https://mcp.tresbien.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "drupal-code-query",
  "transport": "streamable-http",
  "url": "https://mcp.tresbien.tech/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.