A Model Context Protocol (MCP) server for interacting with Phabricator API
A Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.
This project provides an MCP server that exposes Phabricator functionality through:
git clone https://github.com/baba786/phabricator-mcp-server.git
cd phabricator-mcp-server
python -m venv venv
source venv/bin/activate # On Unix/MacOS
## or
.\venv\Scripts\activate # On Windows
pip install -r requirements.txt
## Copy the example env file
cp .env.example .env
## Edit .env and add your Phabricator token
## Replace 'your-token-here' with your actual Phabricator API token
echo "PHABRICATOR_TOKEN=your-token-here" > .env
cd src
python server.py
Currently supported commands:
get-task
: Retrieve details of a specific Phabricator taskExample usage through the client:
from src.mcp_minimal_client import Client
client = Client()
response = client.get_task(task_id="123") # Replace with actual task ID
print(response)
🚧 This project is currently under development. Stay tuned for updates!
Mcp 3d Printer Server
Connects MCP to major 3D printer APIs (Orca, Bambu, OctoPrint, Klipper, Duet, Repetier, Prusa, Creality). Control prints, monitor status, and perform advanced STL operations like scaling, rotation, sectional editing, and base extension. Includes slicing and visualization.
Hh Jira Mcp Server
Mcp Twitter Server
Model Context Protocol Server for Accessing twitter