Model Context Protocol server for Arqel — exposes panel resources, fields, tables, and actions to MCP-compatible AI clients.

Maintainers

Package info

github.com/arqel-dev/mcp

Homepage

Issues

Documentation

pkg:composer/arqel-dev/mcp

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

0.9.1 2026-05-07 00:22 UTC

This package is auto-updated.

Last update: 2026-05-07 00:25:47 UTC


README

Model Context Protocol server for Arqel — exposes panel resources, fields, tables, and actions to MCP-compatible AI clients (Claude Desktop, Cursor, Zed, etc.).

Status

Phase 2 scaffold (MCP-001). The JSON-RPC handler, serve Artisan command, tool/resource/prompt registries, and panel autoloading land in MCP-002..010. See SKILL.md for the full contract surface and roadmap.

Install

In a Laravel app already running arqel-dev/core:

composer require arqel-dev/mcp

The service provider is auto-discovered.

Tests

composer test