PluginBench
MCP Server
Active
MIT

io.github.commitshow/legitshow-search MCP Server

io.github.commitshow/legitshow-search

What is the io.github.commitshow/legitshow-search MCP server?

Search launched software (SaaS, AI tools, MCP servers) by measured production-readiness.

How to install io.github.commitshow/legitshow-search

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": {
    "legitshow-search": {
      "command": "npx",
      "args": [
        "-y",
        "legitshow-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "legitshow-search": {
      "command": "npx",
      "args": [
        "-y",
        "legitshow-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "legitshow-search": {
      "command": "npx",
      "args": [
        "-y",
        "legitshow-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "legitshow-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "legitshow-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add legitshow-search -- npx -y legitshow-mcp

Related MCP servers

Score any public GitHub repo 0-100 against the commit.show audit rubric.

1
TypeScript
MIT
View repository →