A Model Context Protocol (MCP) server for 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
## or
.\venv\Scripts\activate # On Windows
pip install -r requirements.txt
## 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
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!
Mcp Crypto Price
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Filesys
Enhanced FileSystem MCP server
Findmine Mcp
MCP server for FindMine's product styling AI
A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and explains code with a comprehensive breakdown of structure and functionality.
Model Context Protocol server for OpenStreetMap data
An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.
A DuckDuckGo search plugin for Model Context Protocol (MCP), compatible with Claude Code. Provides web search functionality with advanced navigation and content exploration features.