Skip to content

Instantly share code, notes, and snippets.

@raftaar1191
Last active January 26, 2026 17:18
Show Gist options
  • Select an option

  • Save raftaar1191/e3a6afc45499fda52e21a9acaa7cd647 to your computer and use it in GitHub Desktop.

Select an option

Save raftaar1191/e3a6afc45499fda52e21a9acaa7cd647 to your computer and use it in GitHub Desktop.
STDIO : VS Code - MCP Client Json File ( For local setup )
{
"servers": {
"wordpress-default": {
"command": "wp",
"args": [
"--path=PATH_TO_THE_WP_CONFIG_FOLDER",
"mcp-adapter",
"serve",
"--server=mcp-adapter-default-server",
"--user=ADMIN_USERNAME"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment