Phabricator MCP Server
- Developer Tools
- Version Control
A Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PHABRICATOR_TOKEN | Yes | Your actual Phabricator API token |
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!
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: