Phabricator MCP Server
by baba786
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 (from your Phabricator instance)
- Access to a Phabricator instance
Installation
- Clone this repository:
Copy
- Create and activate a virtual environment:
Copy
- Install dependencies:
Copy
- Set up your environment:
Copy
- Run the server:
Copy
Usage
Currently supported commands:
get-task
: Retrieve details of a specific Phabricator task
Example usage through the client:
Copy
Development Status
š§ This project is currently under development. Stay tuned for updates!
This server cannot be installed
A Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.