Interacting with Phabricator API
Phabricator MCP Server
A Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.
Overview
This project provides an MCP server that exposes Phabricator functionality through:
- Task management (viewing, creating, updating tasks)
- Project information
- User details
Getting Started
Prerequisites
- Python 3.8+
- Phabricator API token
- Access to a Phabricator instance
Installation
- Clone this repository:
git clone https://github.com/baba786/phabricator-mcp-server.git
cd phabricator-mcp-server
- Install dependencies:
pip install -r requirements.txt
- Set up your Phabricator API token:
export PHABRICATOR_TOKEN="your-token-here"
Development Status
π§ This project is currently under development. Stay tuned for updates!
Features
Phabricator
API integration
Project management
Category
Other Tools