dokuwiki-plugin-mcp
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.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
16
Forks
1
Issues
0
mcp plugin for DokuWiki
Make the remote API available as MCP server
All documentation for this plugin can be found at
https://www.dokuwiki.org/plugin:mcp
If you install this plugin manually, make sure it is installed in
lib/plugins/mcp/ - if the folder is called different it
will not work!
Please refer to http://www.dokuwiki.org/extensions for additional info
on how to install extensions in DokuWiki.
Copyright (C) Andreas Gohr andi@splitbrain.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See the LICENSING file for details
0
Followers
0
Repositories
0
Gists
0
Total Contributions
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.
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.