Skip to content

Instantly share code, notes, and snippets.

@elpuas
Created February 21, 2026 20:03
Show Gist options
  • Select an option

  • Save elpuas/934e2ff22f9c4aa1df2e700278dbe286 to your computer and use it in GitHub Desktop.

Select an option

Save elpuas/934e2ff22f9c4aa1df2e700278dbe286 to your computer and use it in GitHub Desktop.
devdaycr
// Cursor:
"wordpress": {
"command": "/Users/alfredonavas/.nvm/versions/node/v22.19.0/bin/npx",
"args": ["-y", "@automattic/mcp-wordpress-remote@latest"],
"env": {
"PATH": "/Users/alfredonavas/.nvm/versions/node/v22.19.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin",
"WP_API_URL": "https://sandbox.local/wp-json/mcp/mcp-adapter-default-server",
"WP_API_USERNAME": "elpuasdev",
"WP_API_PASSWORD": "DcX6 3scW gAxv huNR Cf6U F5R4",
"NODE_TLS_REJECT_UNAUTHORIZED": "0"
}
},
// VS Code
{
"servers": {
"wordpress-mcp-server": {
"command": "npx",
"args": [
"-y",
"@automattic/mcp-wordpress-remote@latest"
],
"env": {
"WP_API_URL": "https://wp-devday-2026.wp.local/wp-json/mcp/mcp-adapter-default-server",
"WP_API_USERNAME": "admin",
"WP_API_PASSWORD": "aYO8 85Dx Spej j6dk Yl2T DHGN",
"NODE_TLS_REJECT_UNAUTHORIZED": "0"
},
"type": "stdio"
}
},
"inputs": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment