Enterprise DNA
M MCP Servers Developer low

laradji/deadzone

by Various

laradji/deadzone — indexed from awesome-mcp-servers-punkpeye

L

MCP

laradji/deadzone

Added 1 June 2026

Overview

A Go-based MCP server that provides a deadzone detection tool for identifying unused or inactive code paths. It analyzes codebases to flag functions or modules that are no longer called or executed.

Best for

Best for
Developers cleaning up dead code in Go or multi-language projects

Use cases

  • Identify dead code in legacy projects to reduce maintenance burden
  • Clean up unused functions before refactoring or migrating code
  • Audit codebases for potential deadzone removal in CI pipelines

Notes

A Go-based MCP server that provides a deadzone detection tool for identifying unused or inactive code paths. It analyzes codebases to flag functions or modules that are no longer called or executed.

2 stars on GitHub. Last updated 2026-05-08. Licensed Apache-2.0.

Use cases

  • Identify dead code in legacy projects to reduce maintenance burden
  • Clean up unused functions before refactoring or migrating code
  • Audit codebases for potential deadzone removal in CI pipelines

Pros

  • Lightweight and fast due to Go implementation
  • Simple to integrate into existing development workflows
  • Helps reduce codebase bloat and improve maintainability

Cons

  • Limited community adoption with only 2 stars
  • May produce false positives for dynamically called code
  • No active maintenance or documentation beyond the repository

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Lightweight and fast due to Go implementation
  • Simple to integrate into existing development workflows
  • Helps reduce codebase bloat and improve maintainability

Cons

  • Limited community adoption with only 2 stars
  • May produce false positives for dynamically called code
  • No active maintenance or documentation beyond the repository