Phabricator Integration provides a seamless connection between Phabricator project management platform and AI assistants. This MCP server allows AI models to interact with Phabricator's issue tracking, code review, and project management features directly. By connecting your AI assistants to Phabricator, you can automate workflows, retrieve project information, and manage tasks without leaving your AI interface. This integration enhances developer productivity by bringing powerful project management capabilities directly to your AI conversations.
This MCP server allows AI assistants to interact with Phabricator, a collaborative development platform. The integration enables AI models to access and manipulate Phabricator data, helping developers manage their projects more efficiently.
Before installing the Phabricator MCP server, ensure you have:
git clone https://github.com/baba786/phabricator-mcp-server.git
cd phabricator-mcp-server
npm install
.env
file in the root directory with the following variables:PHABRICATOR_URL=https://your-phabricator-instance.com
PHABRICATOR_API_TOKEN=your-api-token
npm start
Once connected, your AI assistant can perform various Phabricator-related tasks:
Example prompts:
If you encounter issues with the connection:
For additional help, please open an issue on the GitHub repository.