Created
January 26, 2026 17:20
-
-
Save raftaar1191/a9216e5c7644d4aceccb05f3d0487a79 to your computer and use it in GitHub Desktop.
HTTP : VS Code - MCP Client Json File ( For cloud setup )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers": { | |
| "wordpress-http-default": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@automattic/mcp-wordpress-remote@latest" | |
| ], | |
| "env": { | |
| "WP_API_URL": "http://WEBSITE_URL/wp-json/mcp/mcp-adapter-default-server", | |
| "LOG_FILE": "/Users/raftaar1191/local-sites/wp-abilities-api/logs/mcp-adapter.log", | |
| "WP_API_USERNAME": "USERNAME", | |
| "WP_API_PASSWORD": "PASSWORD" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment