★ 0 stars
Go
💻 Code/Dev Tools
Updated today
📚 Enable AI assistants to access and understand the Gentleman Programming Book through this efficient MCP server, enhancing learning and assistance.
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/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"
]
}
}
}
Topics
avawshttphttp-clientjavjavascriptmcpmcp-clientmcp-servermiddlewaremodelpluggableprojection-editorpythonrust-programming-language