PluginBench
MCP Server

io.github.felixgeelhaar/coverctl MCP Server

io.github.felixgeelhaar/coverctl

What is the io.github.felixgeelhaar/coverctl MCP server?

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

How to install io.github.felixgeelhaar/coverctl

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coverctl": {
      "command": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-darwin-arm64.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "coverctl": {
      "command": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-darwin-arm64.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "coverctl": {
      "command": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-darwin-arm64.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "coverctl": {
      "type": "stdio",
      "command": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-darwin-arm64.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add coverctl -- https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-darwin-arm64.mcpb

Related MCP servers

Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.

View repository →