Provides seamless integration with Phabricator APIs, enabling task management, automation, and developer interaction through both synchronous and asynchronous clients with token-based authentication.
Conduit - The MCP Server for Phabricator and Phorge
Conduit is a Model Context Protocol (MCP) server that provides seamless integration with Phabricator and Phorge APIs, enabling advanced automation and interaction capabilities for developers and tools.
Conduit
Modern HTTP Client: Built with httpx
for HTTP/2 support and better performance
Sync & Async: Both synchronous and asynchronous API clients
MCP Integration: Ready-to-use MCP tools for task management
Type Safety: Full type hints for better development experience
Secure: Token-based authentication with environment variable configuration
Usage
Via uvx
You need to install uv
first. If it is not installed, run the following command:
After installation, restart your shell or terminal to apply the environment variable changes.
Then run:
Docker
We are still working on Docker support. We estimate it will be available soon.
Configuration
Before running the server, you need to set up the following environment variables:
Environment Variables
Getting Your API Token
- Log into your Phabricator instance
- Go to Settings > API Tokens
- Generate a new token
- Copy the 32-character token and use it as
PHABRICATOR_TOKEN
Contributing
There are many ways in which you can participate in this project, for example:
- Submit bugs and feature requests, and help us verify as they are checked in
- Review source code changes
- Review the wiki and make pull requests for anything from typos to additional and new content
If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute:
License
Copyright (c) 2025 mpcnow.io. All rights reserved.
Licensed under the MIT license.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that integrates with Phabricator and Phorge APIs, enabling developers to automate and interact with task management systems through both synchronous and asynchronous clients.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.Last updated -5Python
- -securityAlicense-qualityThis server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.Last updated -21JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables seamless execution of commands, Python code, web content fetching, and reusable task management with secure credentials handling.Last updated -2PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server providing comprehensive task management capabilities with support for project organization, task tracking, and automatic PRD parsing into actionable items.Last updated -4PythonMIT License