Skip to content

Instantly share code, notes, and snippets.

@jonathanbossenger
Last active August 21, 2025 17:43
Show Gist options
  • Select an option

  • Save jonathanbossenger/559f27295b7edd2b7168ff8692eaf50c to your computer and use it in GitHub Desktop.

Select an option

Save jonathanbossenger/559f27295b7edd2b7168ff8692eaf50c to your computer and use it in GitHub Desktop.
All the links for my WCUS Workshop: Turn your local WordPress install into your AI coding assistant
@jonathanbossenger
Copy link
Author

jonathanbossenger commented Aug 20, 2025

.vscode/mcp.json

"ai-experiments.test": {
	"command": "/home/jonathan/.nvm/versions/node/v24.0.1/bin/npx",
	"args": [
		"-y",
		"@automattic/mcp-wordpress-remote@latest"      
	],
	"env": {
		"NODE_TLS_REJECT_UNAUTHORIZED": "0",
		"WP_API_URL": "https://ai-experiments.test/wp-json/ai-experiments/mcp",
		"WP_API_USERNAME": "admin",
		"WP_API_PASSWORD": "eTUq B2Sd LXTA ELmk VrSg ylZs",
		"LOG_FILE": "/home/jonathan/development/websites/ai-experiments/wp-content/plugins/mcp-server/mcp.log"
	}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment