linux-debug-mcp

randomparity/linux-debug-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated 4d ago
Linux Debugging MCP Server Prototype
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linux-debug-mcp": {
      "command": "uvx",
      "args": [
        "linux-debug-mcp"
      ]
    }
  }
}

Or install with pip: pip install linux-debug-mcp

README Excerpt

An MCP server foundation for Linux kernel development workflows in agentic development environments. Sprint 0 provides a runnable Python MCP skeleton and local foundation services: - host prerequisite checks - durable run workspace creation - manifest readback - provider capability listing - structured `not_implemented` responses for later build, boot, test, artifact,