ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Phabricator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage tasks, code reviews, and repositories via Phabricator's Conduit API. search Maniphest tasks, edit revisions, and query users directly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Phabricator capability set.

These are the exact actions your AI can choose when you ask it to work with Phabricator.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Phabricator.

  1. 01

    Diffusion commit search

    Search for Diffusion commits

  2. 02

    Diffusion repository search

    Search for Diffusion repositories

  3. 03

    Differential revision search

    Search for Differential revisions

  4. 04

    Maniphest gettasktransactions

    Get transaction history for a task

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Phabricator.

  1. 05

    User search

    Search for users

  2. 06

    Differential query

    Query Differential revisions (Legacy)

  3. 07

    Differential revision edit

    Create or update a Differential revision

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Phabricator.

  1. 08

    Maniphest edit

    Create or update a Maniphest task

  2. 09

    Maniphest search

    Supports complex filtering via constraints. Search for Maniphest tasks

  3. 10

    User whoami

    Get details about the authenticated user

Observed, not estimated

911ms average. Fast in production.

Phabricator is checked daily against the live service.

Daily averagePeak 1054ms
Aug 20Today
Fastest day
769ms
Slowest day
1054ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Phabricator, so you can see the experience inside your AI.

It does not authenticate your account with Phabricator. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Phabricator Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_DImuVRek95xjoDlWmnK3Ly0cuOyvrltJYjjMoI11/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Phabricator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "phabricator-development-platform-conduit-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_DImuVRek95xjoDlWmnK3Ly0cuOyvrltJYjjMoI11/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Phabricator owners ask.

  • 01

    Can I update the status of a Maniphest task using this server?

    Yes. You can use the maniphest_edit capability. You'll need to provide the task identifier (like T123) and a transaction object specifying the 'status' type and the desired value.

  • 02

    How do I see the full history of changes for a specific task?

    Use the maniphest_gettasktransactions capability with the task ID (e.g., 'T123'). It will return a chronological list of all edits, comments, and status changes made to that task.

  • 03

    Can I search for code revisions that are currently open?

    Absolutely. Use differential_revision_search and pass a constraint for statuses like 'open' or 'needs-review' to filter the results to active code reviews.