Skip to content
VS Code

Drupal Code Query for VS Code

tech.tresbien/drupal-code-query

Drupal core API changes, contrib usage, upgrade readiness, patch verdicts, code search, SQL.

client:VS Code transport:streamable-http tools:16

Install Drupal Code Query in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Drupal Code Query in other clients