MCP-Server

codecrafters-alt/MCP-Server
★ 0 stars TypeScript API Integration Updated today
### Short GitHub repository description If GitHub asks for the **one-line repository description**, use: > **AI-powered MCP server for GitHub issue triage, health checks, prioritization, comments, digests, and release notes.**
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "codecrafters-alt/MCP-Server"
      ]
    }
  }
}