grav-plugin-mcp-server

jmrGrav/grav-plugin-mcp-server
★ 0 stars PHP 🤖 AI/LLM Updated today
Grav CMS plugin — Model Context Protocol (MCP) server exposing Grav pages as tools for AI assistants
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": {
    "grav-plugin-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "jmrGrav/grav-plugin-mcp-server"
      ]
    }
  }
}