{
  "mcpServers": {
    "agenticwp": {
      "type": "stdio",
      "command": "/home/YOUR_USER/MCP/AgenticWP/.venv/bin/python3",
      "args": [
        "/home/YOUR_USER/MCP/AgenticWP/server.py"
      ],
      "env": {
        "WP_URL": "https://yoursite.com",
        "WP_USER": "admin",
        "WP_APP_PASSWORD": "xxxx-xxxx-xxxx-xxxx"
      }
    }
  }
}
