MCP Server for Gentleman Programming Book - Give AI assistants direct access to 18 chapters of software architecture knowledge
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"
]
}
}
}
Run in terminal:
claude mcp add gentleman-book-mcp go run github.com/Alan-TheGentleman/gentleman-book-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gentleman-book-mcp": {
"command": "go",
"args": [
"run",
"github.com/Alan-TheGentleman/gentleman-book-mcp@latest"
]
}
}
}