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

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

0.18.0 2026-07-08 16:33 UTC

This package is auto-updated.

Last update: 2026-07-09 13:01:25 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

Shipped. The JSON-RPC 2.0 handler (McpServer), the tool/resource/prompt registries, and panel autoloading (4 tools, 1 resource, 2 prompts via McpServiceProvider) are implemented. The only remaining work is the arqel:mcp:serve Artisan command wrapper — for now, instantiate McpServer and call serve() from a custom script. See SKILL.md for the full contract surface.

Install

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

composer require arqel-dev/mcp

The service provider is auto-discovered.

Tests

composer test