bridgistic for Cline
io.github.shubochandrosarker/bridgistic
Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.
client:Cline
transport:stdio
runtime:npm
Install bridgistic in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"bridgistic": {
"command": "npx",
"args": [
"-y",
"bridgistic-mcp-server"
],
"env": {
"BRIDGISTIC_SITE_URL": "<BRIDGISTIC_SITE_URL>",
"BRIDGISTIC_KEY_ID": "<BRIDGISTIC_KEY_ID>",
"BRIDGISTIC_KEY_SECRET": "<BRIDGISTIC_KEY_SECRET>",
"BRIDGISTIC_CONNECTIONS": "<BRIDGISTIC_CONNECTIONS>",
"BRIDGISTIC_LOG_LEVEL": "<BRIDGISTIC_LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs