Back to Home
Rodr116 icon

gentleman-book-mcp

Verified Safe

by Rodr116

Overview

This MCP server provides AI assistants with direct access to the Gentleman Programming Book for reading, searching, and understanding software architecture concepts.

Installation

Run Command
./bin/gentleman-book-mcp

Environment Variables

  • BOOK_PATH
  • OPENAI_API_KEY
  • OLLAMA_BASE_URL
  • OLLAMA_EMBEDDING_MODEL

Security Notes

The server handles file system access by reading MDX book files from a configurable 'BOOK_PATH'. This path is set via an environment variable, which requires the user to ensure it points to a trusted location. API keys (OpenAI) and Ollama URLs are also configured via environment variables, which is good practice. There are no apparent 'eval' statements, command injection vulnerabilities, or malicious patterns found in the provided source code. External network calls are made to OpenAI or Ollama for embeddings, which are standard for such functionality.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

MCP ServerAI Assistant ToolKnowledge BaseSoftware ArchitectureGo