Lad MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LAD_ENV_FILE | No | Optional env file path | |
| DEEPSEEK_API_KEY | No | Optional API key for DeepSeek | |
| KIMI_CODE_API_KEY | No | Optional API key for Kimi Code | |
| OPENROUTER_API_KEY | Yes | API key for OpenRouter | |
| OPENROUTER_X_TITLE | No | Optional X-Title forwarded to OpenRouter | |
| ZAI_CODING_PLAN_KEY | No | Optional API key for Z.AI Coding Plan | |
| OPENROUTER_HTTP_REFERER | No | Optional HTTP referer forwarded to OpenRouter | |
| INTERMITTENT_REVIEW_CALLS | No | Number of intermittent review calls | 2 |
| LAD_SERENA_MAX_TOOL_CALLS | No | Maximum Serena tool calls | 32 |
| LAD_SERENA_MAX_DIR_ENTRIES | No | Maximum directory entries | 100 |
| LAD_SERENA_MAX_TOTAL_CHARS | No | Maximum total characters | 50000 |
| OPENROUTER_MAX_INPUT_CHARS | No | Maximum input characters | 100000 |
| OPENROUTER_INCLUDE_REASONING | No | Whether to include reasoning in output | false |
| LAD_SERENA_MAX_SEARCH_RESULTS | No | Maximum search results | 20 |
| OPENROUTER_FIXED_OUTPUT_TOKENS | No | Fixed output tokens for OpenRouter | 8192 |
| LAD_SERENA_TOOL_TIMEOUT_SECONDS | No | Timeout for Serena tool calls | 30 |
| LAD_SERENA_MAX_TOOL_RESULT_CHARS | No | Maximum tool result characters | 12000 |
| OPENROUTER_PRIMARY_REVIEWER_MODEL | No | Primary reviewer model | moonshotai/kimi-k2.5 |
| OPENROUTER_CONTEXT_OVERHEAD_TOKENS | No | Context overhead tokens for OpenRouter | 2000 |
| OPENROUTER_MAX_CONCURRENT_REQUESTS | No | Maximum concurrent requests to OpenRouter | 4 |
| OPENROUTER_REVIEWER_TIMEOUT_SECONDS | No | Wall-clock timeout per reviewer run | 300 |
| OPENROUTER_SECONDARY_REVIEWER_MODEL | No | Secondary reviewer model, set to 0 to disable | minimax/minimax-m2.7 |
| OPENROUTER_TOOL_CALL_TIMEOUT_SECONDS | No | Timeout per tool call | 360 |
| OPENROUTER_MODEL_METADATA_TTL_SECONDS | No | TTL for model metadata caching | 3600 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| system_design_reviewA | Review a system design proposal and constraints using two LLM reviewers in parallel. At least one of |
| code_reviewA | Review a code snippet or diff using two LLM reviewers in parallel. At least one of |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Shelpuk-AI-Technology-Consulting/lad_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server