
Conduit
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.
README
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
- 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.