php-mcp
A complete PHP implementation of the Model Context Protocol (MCP) with server and client support, STDIO and HTTP transports, and framework integration
GitHub Stars
23
User Rating
Not Rated
Favorites
0
Views
45
Forks
3
Issues
0
Additional Resources
The mcp-server is a WordPress plugin that implements an MCP (Model Context Protocol) server using the WordPress REST API. This plugin aims to implement the new Streamable HTTP transport as described in the latest MCP specification. Under the hood, it utilizes the logiscape/mcp-sdk-php package to set up a fully functioning MCP server, exposing this functionality through a new REST API route in WordPress. Note that the Streamable HTTP transport is not fully implemented yet, and there are no tests, so it may not work as expected.
dokuwiki-plugin-mcp is a plugin for DokuWiki, primarily aimed at content management and integration with APIs. It provides features that enable users to manage information efficiently and connect with external systems. The plugin is designed to enhance the extensibility of DokuWiki and improve user experience.
MCP Bridge is a WordPress plugin that provides a standardized interface for AI agents to interact with WordPress sites using the Model Context Protocol (MCP). It implements a full JSON-RPC 2.0 compliant MCP protocol and ensures secure authentication via Application Passwords. The plugin focuses on simple request-response HTTP communication, featuring an extensible tool system and comprehensive logging capabilities.