mcpServer-holmesgpt

mumong/mcpServer-holmesgpt
★ 2 stars Python 🤖 AI/LLM Updated 2d ago
this is a pluging module which uesd by another project holmesgpt-agent
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": {
    "mcpserver-holmesgpt": {
      "command": "uvx",
      "args": [
        "mcpserver-holmesgpt"
      ]
    }
  }
}

Or install with pip: pip install mcpserver-holmesgpt