67
/ 100
19 days ago
glama

Phabricator MCP Server

Enables interaction with Phabricator via MCP tools for task/revision management and RAG-based semantic search over indexed tasks and revisions.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: PHABRICATOR_API_TOKEN, OPENAI_API_KEY, ANTHROPIC_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPHABRICATOR_URL"": "https://phabricator.example.com",
🔐 secretPHABRICATOR_API_TOKEN"": "your-api-token-here",
🔐 secretOPENAI_API_KEYsk-... # Required for embeddings
🔐 secretANTHROPIC_API_KEYsk-ant-... # Required for RAG Q&A
configCHROMA_DB_PATH
configCOLLECTION_NAME
configEMBEDDING_MODEL
configEMBEDDING_DIM
configCHUNK_SIZE
configCHUNK_OVERLAP
configBATCH_SIZE
configRAG_LLM_PROVIDER
configRAG_LLM_MODEL
configMAX_RESULTS
configTRANSPORT"": "stdio"
configPORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/palash018-phab-mcp-rag-f41uby)](https://m8ven.ai/mcp/palash018-phab-mcp-rag-f41uby)
commit: 8fc56b77deab54d83b3feaf56f254494efc31ad0
code hash: 8a9c51df215be61f329184c777508364a5cb6483ee8e2b6669938acb3989ef2e
verified: 7/12/2026, 8:32:18 AM
view raw JSON →