bridgistic for Cursor
io.github.shubochandrosarker/bridgistic
Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.
client:Cursor
transport:stdio
runtime:npm
Install bridgistic in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bridgistic": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs