marko/mcp

MCP (Model Context Protocol) server exposing Marko codebase introspection to AI agents

Maintainers

Package info

github.com/marko-php/marko-mcp

Type:marko-module

pkg:composer/marko/mcp

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

0.8.0 2026-05-29 14:25 UTC

This package is auto-updated.

Last update: 2026-06-03 14:28:38 UTC


README

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