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
.\venv\Scripts\activate # On Windows
pip install -r requirements.txt
cp .env.example .env
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!
Retrieving and analyzing issues from Sentry.io
Create crafted UI components inspired by the best 21st.dev design engineers.
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
Flag features, manage company data, and control feature access using Bucket
Enable AI Agents to fix build failures from CircleCI.
Query and analyze your Opik logs, traces, prompts and all other telemtry data from your LLMs in natural language.
Run code in secure sandboxes hosted by E2B
Tool platform by IBM to build, test and deploy tools for any data source
Run Python in a code sandbox.