MCP Server LogoMCP Server
MCPsCategoriesDirectorySubmit
Submit
MCPsCategoriesDirectorySubmit
Submit

MCP Servers

A curated list of MCP Servers, featuring Awesome MCP Servers and Claude MCP integration.

Contact Us

[email protected]

About

Privacy PolicyTerms of Service

Resources

Model Context ProtocolMCP Starter GuideClaude MCP Servers

Community

GitHub

© 2026 mcpserver.cc © 2025 MCP Server. All rights reserved.

Privacy PolicyTerms of Service
  1. Home
  2. /Categories
  3. /Developer Tools
  4. /Phabricator Mcp Server
Phabricator Mcp Server

Phabricator Mcp Server

Created by baba786•a year ago
Visit Website

A Model Context Protocol (MCP) server for interacting with Phabricator API

Developer Tools
ModelContextProtocolMCPserver

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

  1. Clone this repository:
git clone https://github.com/baba786/phabricator-mcp-server.git
cd phabricator-mcp-server
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Unix/MacOS
## or
.\venv\Scripts\activate  # On Windows
  1. Install dependencies:
pip install -r requirements.txt
  1. 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
  1. 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!

Prerequisites

  • •Familiarity with the server domain
  • •Basic understanding of related technologies
  • •Knowledge of Developer Tools

Recommended Server

Esxi Mcp Server

Esxi Mcp Server

A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.

Ragie Mcp Server

Ragie Mcp Server

Ragie Model Context Protocol Server

Dingding Mcp

Dingding Mcp

View more → →

Details

Created

March 07, 2025

Last Updated

March 07, 2025

Category

Developer Tools

Author

baba786

Share

More Server

Osm Mcp

Osm Mcp

Model Context Protocol server for OpenStreetMap data

Mcp Duckduckgo

Mcp Duckduckgo

A DuckDuckGo search plugin for Model Context Protocol (MCP), compatible with Claude Code. Provides web search functionality with advanced navigation and content exploration features.

Dubco Mcp Server

Dubco Mcp Server

MCP server for Dub.co link shortener API integration

Mcp Command Server

Mcp Command Server