MaxKB (MCP Server)

GitHub

πŸ”₯ MaxKB is an open-source platform for building enterprise-grade agents. εΌΊε€§ζ˜“η”¨ηš„εΌ€ζΊδΌδΈšηΊ§ζ™Ίθƒ½δ½“εΉ³ε°γ€‚

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "MaxKB": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-MaxKB"
      ]
    }
  }
}