brd-enhancer-mcp
Enhances developer tasks by retrieving relevant context from project documentation via a backend API. It enables users to generate enriched task descriptions and prompts by automatically integrating specific technical details from their project documents.
README
brd-enhancer-mcp
An MCP server that enhances developer tasks with context pulled from your project documentation.
Installation
Install directly from GitHub using pip:
pip install git+https://github.com/arushsingh17/mcp.git
Required Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
API_KEY |
✅ Yes | — | Your API key for the backend |
PROJECT_ID |
✅ Yes | — | The project ID/GUID to search within |
API_URL |
❌ No | http://localhost:8000 |
Your backend URL |
Usage
Run directly
export API_KEY=your_api_key
export PROJECT_ID=your_project_id
export API_URL=https://your-backend.com
brd-enhancer-mcp
Claude Desktop Config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"brd-enhancer": {
"command": "brd-enhancer-mcp",
"env": {
"API_KEY": "your_api_key",
"PROJECT_ID": "your_project_id",
"API_URL": "https://your-backend.com"
}
}
}
}
Claude Code Config (~/.claude.json)
{
"mcpServers": {
"brd-enhancer": {
"command": "brd-enhancer-mcp",
"env": {
"API_KEY": "your_api_key",
"PROJECT_ID": "your_project_id",
"API_URL": "https://your-backend.com"
}
}
}
}
What it does
Exposes two MCP capabilities:
enhance_task(tool) — Takes a task description, queries your project docs backend, and returns an enhanced prompt with relevant context.enhance(prompt) — Same functionality exposed as an MCP prompt.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.