Conduit - A Model Context Protocol (MCP) server for Phabricator and Phorge.

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

Installation

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Configure environment variables (see Configuration section)
  4. Run the server: python src/conduit.py

Configuration

Before running the server, you need to set up the following environment variables:

Required Environment Variables

# Your Phabricator API token (32 characters)
export PHABRICATOR_TOKEN=your-api-token-here

# Your Phabricator API URL
export PHABRICATOR_URL=https://your-phabricator-instance.com/api/

Getting Your API Token

  1. Log into your Phabricator instance
  2. Go to Settings > API Tokens
  3. Generate a new token
  4. 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:

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.

MCP Server · Populars

MCP Server · New