quarto-book-mcp

RyoNakagami/quarto-book-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
A minimal MCP server for the Quarto Book project. Exposes tools for connectivity checks and rule retrieval based on editing context. Designed for extensibility with future features like scoring and vector search.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quarto-book-mcp": {
      "command": "uvx",
      "args": [
        "quarto-book-mcp"
      ]
    }
  }
}

Or install with pip: pip install quarto-book-mcp

README Excerpt

- An MCP server that fetches and processes the `rules-catalog.json` produced by a Quarto Book, and returns the rules that apply. - The server knows nothing about any specific Book. It depends only on the catalog's **schema contract (version)** and receives the catalog's location through environment variables (loose coupling).

Tools (15)

BIND_ADDRCATALOG_PATHCATALOG_URLEMBED_MODELMCP_AUTH_TOKENPHASES_PATHPORTSERVE_SSEfilesget_rules_for_contextphasepingsearch_rulesseverityuvx

Topics

blogmcppythonquartouv