Conduit (Phabricator)
БесплатноНе проверенIntegrates with Phabricator and Phorge APIs to enable task management, code review operations, repository access, and project automation through the Conduit API
Описание
Integrates with Phabricator and Phorge APIs to enable task management, code review operations, repository access, and project automation through the Conduit API with comprehensive error handling and secure authentication.
README
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
MCP Integration: Ready-to-use MCP tools for task management
Type Safety: Full type hints and runtime validation for better development experience
Secure: Token-based authentication with environment variable configuration
Enhanced Features:
- Advanced error handling with detailed error codes and suggestions
- Token optimization for efficient API responses
- Smart pagination and intelligent data limiting
- Runtime validation client for type safety
- Configurable client with caching and retry mechanisms
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
From Source
To install from source for development or contribution:
# Clone the repository
git clone https://github.com/mcpnow-io/conduit.git
cd conduit
# Install in development mode with all dependencies
pip install -e .[dev]
This will install the package in editable mode with all development dependencies.
Docker
We are still working on Docker support. We estimate it will be available soon.
As HTTP/SSE Server
Conduit can run as an HTTP/SSE server for multi-user scenarios. This mode allows multiple clients to connect simultaneously, each using their own authentication tokens.
conduit-mcp --host 127.0.0.1 --port 8000
When running as an HTTP server, authentication tokens are provided via HTTP headers instead of environment variables.
X-PHABRICATOR-TOKEN: your-32-character-token-here
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.)
Do note that in HTTPS/SSE mode, PHABRICATOR_TOKEN is NOT needed.
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.
Установка Conduit (Phabricator)
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cortex-app/conduitFAQ
Conduit (Phabricator) MCP бесплатный?
Да, Conduit (Phabricator) MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Conduit (Phabricator)?
Нет, Conduit (Phabricator) работает без API-ключей и переменных окружения.
Conduit (Phabricator) — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Conduit (Phabricator) в Claude Desktop, Claude Code или Cursor?
Открой Conduit (Phabricator) на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Conduit (Phabricator) with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
