gentleman-book-mcp

Alan-TheGentleman/gentleman-book-mcp
★ 81 stars Go 🤖 AI/LLM Updated 19d ago
MCP Server for Gentleman Programming Book - Give AI assistants direct access to 18 chapters of software architecture knowledge
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": {
    "gentleman-book-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Alan-TheGentleman/gentleman-book-mcp@latest"
      ]
    }
  }
}