Skip to main content
Glama

Phabricator MCP Server

by baba786

Phabricator MCP 服务器

用于与 Phabricator API 交互的模型上下文协议 (MCP) 服务器实现。该服务器允许 LLM 通过标准化接口与 Phabricator 交互。

概述

该项目提供了一个 MCP 服务器,通过以下方式公开 Phabricator 功能:

  • 任务管理(查看、创建、更新任务)
  • 项目信息
  • 用户详细信息

入门

先决条件

  • Python 3.8+
  • Phabricator API 令牌(来自您的 Phabricator 实例)
  • 访问 Phabricator 实例

安装

  1. 克隆此存储库:
git clone https://github.com/baba786/phabricator-mcp-server.git cd phabricator-mcp-server
  1. 创建并激活虚拟环境:
python -m venv venv source venv/bin/activate # On Unix/MacOS # or .\venv\Scripts\activate # On Windows
  1. 安装依赖项:
pip install -r requirements.txt
  1. 设置您的环境:
# 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. 运行服务器:
cd src python server.py

用法

目前支持的命令:

  • get-task :检索特定 Phabricator 任务的详细信息

通过客户端使用的示例:

from src.mcp_minimal_client import Client client = Client() response = client.get_task(task_id="123") # Replace with actual task ID print(response)

开发现状

🚧 该项目目前正在开发中。敬请期待更新!

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

用于与 Phabricator API 交互的模型上下文协议 (MCP) 服务器实现。该服务器允许 LLM 通过标准化接口与 Phabricator 交互。

  1. 概述
    1. 入门
      1. 先决条件
      2. 安装
    2. 用法
      1. 开发现状

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
          Last updated -
          3
          9
          36
          JavaScript
          Apache 2.0
        • -
          security
          A
          license
          -
          quality
          MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
          Last updated -
          4
          3
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
          Last updated -
          13
          2
          TypeScript
          MIT License
        • -
          security
          -
          license
          -
          quality
          A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
          Last updated -
          2

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/baba786/phabricator-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server