mcp-server-good

Oratokhai/mcp-server-good
★ 0 stars Python 📦 Other Updated 1d ago
Fully compliant MCP server — passes all 18 MCP Probe checks
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-good": {
      "command": "uvx",
      "args": [
        "mcp-server-good"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-good