Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

get_development_guidance

Convert architectural decisions and workflow recommendations into actionable coding tasks, implementation patterns, and development roadmaps tailored to your current phase, technology stack, and team context.

Instructions

Get comprehensive development guidance that translates architectural decisions and workflow recommendations into specific coding tasks, implementation patterns, and development roadmap

Input Schema

NameRequiredDescriptionDefault
adrsToImplementNoList of ADR titles or file paths that need to be implemented in code
currentProgressNoWhat has already been implemented or current state of development
developmentPhaseYesCurrent development phase
focusAreasNoSpecific areas to focus on (e.g., ["API design", "database schema", "testing strategy", "deployment pipeline"])
teamContextNo
technologyStackNoCurrent technology stack (e.g., ["TypeScript", "React", "Node.js", "PostgreSQL", "Docker"])
timelineNoDevelopment timeline or deadline constraints

Input Schema (JSON Schema)

{ "properties": { "adrsToImplement": { "description": "List of ADR titles or file paths that need to be implemented in code", "items": { "type": "string" }, "type": "array" }, "currentProgress": { "description": "What has already been implemented or current state of development", "type": "string" }, "developmentPhase": { "description": "Current development phase", "enum": [ "planning", "setup", "implementation", "testing", "deployment", "maintenance", "refactoring" ], "type": "string" }, "focusAreas": { "description": "Specific areas to focus on (e.g., [\"API design\", \"database schema\", \"testing strategy\", \"deployment pipeline\"])", "items": { "type": "string" }, "type": "array" }, "teamContext": { "properties": { "experienceLevel": { "enum": [ "junior", "mixed", "senior", "expert" ], "type": "string" }, "size": { "enum": [ "solo", "small_team", "medium_team", "large_team" ], "type": "string" } }, "type": "object" }, "technologyStack": { "description": "Current technology stack (e.g., [\"TypeScript\", \"React\", \"Node.js\", \"PostgreSQL\", \"Docker\"])", "items": { "type": "string" }, "type": "array" }, "timeline": { "description": "Development timeline or deadline constraints", "type": "string" } }, "required": [ "developmentPhase" ], "type": "object" }

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/tosin2013/mcp-adr-analysis-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server