bridgistic
About
Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BRIDGISTIC_SITE_URL BRIDGISTIC_KEY_ID BRIDGISTIC_KEY_SECRET BRIDGISTIC_CONNECTIONS BRIDGISTIC_LOG_LEVELClaude Code
claude mcp add --env BRIDGISTIC_SITE_URL= --env BRIDGISTIC_KEY_ID= --env BRIDGISTIC_KEY_SECRET= --env BRIDGISTIC_CONNECTIONS= --env BRIDGISTIC_LOG_LEVEL= bridgistic -- npx bridgistic-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"bridgistic","command":"npx","args":["bridgistic-mcp-server"],"env":{"BRIDGISTIC_SITE_URL":"","BRIDGISTIC_KEY_ID":"","BRIDGISTIC_KEY_SECRET":"","BRIDGISTIC_CONNECTIONS":"","BRIDGISTIC_LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"bridgistic": {
"command": "npx",
"args": [
"bridgistic-mcp-server"
],
"env": {
"BRIDGISTIC_SITE_URL": "",
"BRIDGISTIC_KEY_ID": "",
"BRIDGISTIC_KEY_SECRET": "",
"BRIDGISTIC_CONNECTIONS": "",
"BRIDGISTIC_LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.