📚 Enable AI assistants to access and understand the Gentleman Programming Book through this efficient MCP server, enhancing learning and assistance.
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/Rodr116/gentleman-book-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add gentleman-book-mcp go run github.com/Rodr116/gentleman-book-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gentleman-book-mcp": {
"command": "go",
"args": [
"run",
"github.com/Rodr116/gentleman-book-mcp@latest"
]
}
}
}