ShunsukeHayashi/agentic-mcp-server
If you are the rightful owner of agentic-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Agentic MCP Server integrates Claude Code with an AI-driven orchestration system to automate GitHub issue management, code generation, review, and PR creation.
Tools
Functions exposed to the LLM to take actions
agentic_codegen_execute
Executes CodeGenAgent for AI-driven code and test generation.
agentic_review_execute
Executes ReviewAgent for static analysis and quality checks.
agentic_issue_analyze
Executes IssueAgent for AI-based issue analysis and label assignment.
agentic_pr_create
Executes PRAgent for automated PR creation and description generation.
agentic_coordinator_decompose
Executes CoordinatorAgent for task decomposition and agent selection.
agentic_kpi_collect
Collects development metrics and generates dashboards.
agentic_metrics_view
Displays the KPI dashboard based on Shikigaku theory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client