← Back to Plugins
MCP Server MCP

Agent Abilities for MCP

github By github 👁 1 views ▲ 0 votes

Self-hosted WordPress MCP server with per-capability permission controls and a full audit log.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{hostname}/wp-json/agent-abilities-for-mcp/mcp",
      "variables": {
        "hostname": {
          "description": "Your WordPress site host, e.g. example.com. The plugin exposes its MCP endpoint at /wp-json/agent-abilities-for-mcp/mcp. Authenticate over OAuth (approve once in the browser, no secret in your config file) or an Application Password. Nothing is exposed until you enable abilities in wp-admin.",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...