From 5bf706c2ccc92c29bde1ce62667f1ec94052fdec Mon Sep 17 00:00:00 2001 From: Impactquadrant Date: Sun, 14 Jun 2026 14:39:04 -0400 Subject: [PATCH] Add CodeHealth MCP server to registry --- data/seed.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/data/seed.json b/data/seed.json index 7f65a4a6..afc43df3 100644 --- a/data/seed.json +++ b/data/seed.json @@ -155,5 +155,26 @@ } } ] + }, + { + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.icohangar-ops/codehealth-mcp", + "description": "AI-powered codebase health analysis - detects dead code, circular dependencies, coupling issues, and architectural drift. 6 MCP tools for Claude Desktop, Cursor, Windsurf.", + "repository": { + "url": "https://github.com/icohangar-ops/codehealth-mcp.git", + "source": "github" + }, + "version": "1.0.0", + "packages": [ + { + "registryType": "npm", + "identifier": "codehealth-mcp", + "version": "1.0.0", + "runtimeHint": "npx", + "transport": { + "type": "stdio" + } + } + ] } -] +] \ No newline at end of file