A robust Model Context Protocol (MCP) server for Phabricator API integration with comprehensive task and code review management
{
"mcpServers": {
"phabricator-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A robust Model Context Protocol (MCP) server for Phabricator API integration with comprehensive task and code review management
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 243 days ago. 6 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.
MCP Security Weekly
Get CVE alerts and security updates for Phabricator Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
# Phabricator MCP Server A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact intelligently with Phabricator for advanced task management and code review workflows. ## ✨ Features ### 🔑 **Personal Authentication** - **Per-User Authentication**: Configure your personal Phabricator API token in your MCP client - **User Attribution**: Comments and reviews appear under YOUR name instead of a shared service account - **Flexible Configuration**: Supports both personal tokens and shared environment variables - **Standard MCP Integration**: Follows MCP ecosystem best practices for authentication ### 🎯 **Core Task Management** - **Task Operations**: View task details, read comments, add comments, subscribe users to tasks - **Rich Formatting**: Well-structured output with task metadata, status, priority, and full comment threads ### 🔍 **Advanced Code Review** - **Differential Management**: View revisions, read comments, approve/reject code changes - **Intelligent Review Feedback**: Analyze comments with surrounding code context for actionable insights - **Inline Comments**: Add targeted feedback to specific lines in code reviews - **Code Context Analysis**: Correlate review comments with actual code changes and locations ### 🚀 **Server Architecture** - **HTTP/SSE Transport**: FastMCP-based server for reliable production use (default on port 8932) - **stdio Transport**: Legacy support for direct MCP client integration - **Comprehensive API**: 11 specialized tools for complete Phabricator workflow automation ### 🧠 **Smart Review Analysis** - **Comment-Code Correlation**: Intelligently link review feedback to specific code locations - **Contextual Code Display**: Show surrounding code lines for better understanding - **Action Item Generation**: Categorize feedback into actionable to-do items - **Priority Classification**: Organize comments by Issues → Suggestions → Nits → Other ## 🛠 Available Tools ### **Task Management (3 tools)** - `get-task` - Get comprehensive task details with comments - `add-task-comment` - Add comments to tasks - `subscribe-to-task` - Subscribe users to task notifications ### **Code Review (8 tools)** - `get-differential` - Get basic differential revision details - `get-differential-detailed` - Get comprehensive review with code changes - `get-review-feedback` - : Get intelligent review analysis with code context - `add-differential-comment` - Add general comments to reviews - `add-inline-comment` - : Add targeted inline comments to specific code lines - `accept-differential` - Accept/approve differential revisions - `request-changes-differential` - Request changes with optional feedback - `subscribe-to-differential` - Subscribe users to review notifications ## 📋 Prerequisites - **Python 3.8+** - **Phabricator instance** with API access - **API token** from Phabricator (Settings → Conduit API Tokens) ## ⚡ Quick Start ### **Automated Setup (Recommended)** ```bash # Clone and na ... [View full README on GitHub]