I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

baba786_phabricator-mcp-server
Mirror ofhttps://github.com/baba786/phabricator-mcp-server
3 years
Works with Finder
0
Github Watches
1
Github Forks
0
Github Stars
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:
git clone https://github.com/baba786/phabricator-mcp-server.git
cd phabricator-mcp-server
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Unix/MacOS
# or
.\venv\Scripts\activate # On Windows
- Install dependencies:
pip install -r requirements.txt
- Set up your environment:
# 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
- Run the server:
cd src
python server.py
Usage
Currently supported commands:
-
get-task
: Retrieve details of a specific Phabricator task
Example 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)
Development Status
🚧 This project is currently under development. Stay tuned for updates!
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
Reviews

user_6T154j00
As a dedicated user of the baba786_phabricator-mcp-server developed by MCP-Mirror, I am continuously impressed by its seamless integration and efficiency. This server has significantly streamlined my workflow. The easy-to-navigate interface and robust features make project management a breeze. Highly recommend checking it out!