Custom MCP Authentication - add Basic
A
Alec Wills
The Custom MCP integration is limited to OAuth and Bearer authentication. Can Basic also be added e.g. "Authorization: Basic <base64string>". e.g. FluentCRM MCP server uses Wordpress username and application password as "Authorization: Basic <base64(your-username:application-password)>". I'm guessing other Wordpress MCPs will be the same.