@gpriday/techlead-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@gpriday/techlead-mcpPlan refactoring the authentication module to use JWT"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TechLead MCP
@gpriday/techlead-mcp is a read-only MCP server that gives coding agents two structured tools:
techlead.plantechlead.review
It supports local stdio mode, uses provider-side structured outputs, and can route across OpenAI, Anthropic Claude, and Gemini.
Each tool response includes the structured plan/review, provider token usage when returned by the API, and an estimated USD provider cost derived from the configured per-model pricing catalog. Provider billing dashboards remain authoritative.
Install
npm install -g @gpriday/techlead-mcpRelated MCP server: greybeard
Configure
Create a .env with at least one provider key:
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GEMINI_API_KEY=Optional config:
techlead-mcp initOptional GitHub issue task source:
TECHLEAD_GITHUB_TOKEN=github_pat_or_fine_grained_tokenThen callers may omit task and provide:
{
"cwd": "/repo",
"githubIssue": {
"repository": "owner/repo",
"issueNumber": 123
},
"files": []
}The server reads the issue body and issue comments through the GitHub REST API and uses that text as the task.
Optional cheap-model router:
TECHLEAD_OPTIONAL_LLM_ROUTER=true
TECHLEAD_ROUTER_PROVIDER=openai
TECHLEAD_DEFAULT_MODEL_TIER=balancedWhen enabled, the router model receives the resolved task text, including GitHub issue text when githubIssue is used, plus context size and risk signals. It may choose OpenAI, Anthropic, or Gemini for the actual plan/review call, but deterministic safety rules still force max-tier routing for auth, security, migrations, data loss, failing tests, and similar high-risk work.
Run
techlead-mcp serve
techlead-mcp modelsTechLead MCP is stdio-only because it is designed to run next to the repository and read safe files under configured local roots. By default, local reads are restricted to the process working directory. Do not run the server from a sensitive parent directory.
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
A MCP server built for developers enabling Git based project management with project and personal…
Hosted MCP server for AWS cloud spend: service breakdowns, anomalies, savings and forecasts.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that provides code review functionality using OpenAI, Google, and Anthropic models, serving as a "second opinion" tool that works with any MCP client.130 npm33MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides AI-powered code review and architecture analysis, simulating the perspective of an experienced staff engineer. It integrates with IDEs to review diffs, design decisions, and tradeoffs through natural language.1MIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for AI coding agents to inspect repositories, audit code quality, route engineering skills, and plan safe issue/PR workflows.1MIT
- AlicenseNot gradedqualityCmaintenanceAn intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.48 npm7MIT