Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by bramato • Uncategorized
A Laravel package to build Model Context Protocol (MCP) servers supporting multiple transports.
Expose application data as MCP Resources over multiple transports.
Execute whitelisted MCP Tools securely with token-based authentication support.
A Laravel-based infrastructure to build and customize MCP servers.
Laravel MCP Server provides a base package to implement MCP servers using Laravel, supporting transports like stdio, HTTP, and WebSocket. It leverages the sajya/server library for JSON-RPC 2.0 handling and requires users to implement their own Resource and Tool interfaces to expose application data and functionality. The package includes configuration options for authentication, logging, and transport management, enabling flexible and secure MCP server setups.