Phabricator MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Allows interaction with Phabricator API, including task management (viewing, creating, updating tasks), project information, and user details
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:
- Create and activate a virtual environment:
- Install dependencies:
- Set up your environment:
- Run the server:
Usage
Currently supported commands:
get-task
: Retrieve details of a specific Phabricator task
Example usage through the client:
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.