Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 524 Bytes

File metadata and controls

32 lines (23 loc) · 524 Bytes

marko/mcp

MCP server exposing Marko codebase introspection to Claude Code, Codex, Cursor, and other AI agents.

Installation

composer require marko/mcp

Quick Example

marko mcp:serve

Configure your AI agent (e.g. Claude Code .mcp.json):

{
  "mcpServers": {
    "marko": {
      "command": "marko",
      "args": ["mcp:serve"]
    }
  }
}

Documentation

Full tool reference, runtime adapters, and agent configuration: marko/mcp