Skip to main content
Glama

Conduit

by mcpnow-io

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:

curl -LsSf https://astral.sh/uv/install.sh | sh

After installation, restart your shell or terminal to apply the environment variable changes.

Then run:

uvx --from git+https://github.com/mcpnow-io/conduit conduit-mcp

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

export PHABRICATOR_TOKEN=your-api-token-here export PHABRICATOR_URL="https://your-phabricator-instance.com/api/" export PHABRICATOR_PROXY="socks5://127.0.0.1:1080" # Optional, if your network is behind a firewall export PHABRICATOR_DISABLE_CERT_VERIFY=1 # Optional, if your network is under HTTPS filter (WARNING: Disabling certificate verification can expose you to security risks. Only set this if you trust your network environment.)

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.

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Conduit
    1. Usage
      1. Via uvx
      2. Docker
    2. Configuration
      1. Environment Variables
      2. Getting Your API Token
    3. Contributing
      1. License

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A 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 -
          5
          Python
        • -
          security
          A
          license
          -
          quality
          This 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 -
          2
          1
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A 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 -
          2
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          4
          Python
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpnow-io/conduit'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server