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!
GitLab API, enabling project management
Retrieving and analyzing issues from Sentry.io
Create crafted UI components inspired by the best 21st.dev design engineers.
Connect to any function, any language, across network boundaries using AgentRPC.
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.
Bring the full power of BrowserStack’s Test Platform to your AI tools, making testing faster and easier for every developer and tester on your team.
Flag features, manage company data, and control feature access using Bucket
Enable AI Agents to fix build failures from CircleCI.
Introspect and query your apps deployed to Convex.
Enable AI Agents to fix Playwright test failures reported to Currents.