Developer Tools
tresbien.tech
Provides Drupal developers with core change records, symbol lookups, and upgrade readiness reports.
ENDPOINT 1
https://mcp.tresbien.tech/mcp
MCP server metadata
- Name
- drupal-code-query
- Version
- 0.3.0
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_recordReturn 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-onlylist_change_recordsList 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-onlylist_changed_symbolsList every symbol on one side of the core API diff between two core versions, one row per symbol, in pages.
Inferred read-onlylookup_core_symbolLook up one Drupal core symbol and answer whether it is safe to use, and who still uses it.
Inferred read-onlyproject_upgrade_reportAnswer whether one contrib project is ready for a target Drupal core version, and what work is left.
Inferred read-onlyquery_datasetRun one read-only DuckDB query over the dataset behind the other tools, for a question none of them asks.
Inferred read-onlysearch_contrib_codeSearch the source of every indexed Drupal contrib project, plus core, for a code pattern.
Inferred read-onlywhat_changedDiff the Drupal core API surface between two core versions: which symbols were added, which were deprecated, and which were removed.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.