← Back to Integrations
Z

Zed Editor Setup

Model Context Protocol Tutorial

Zed is a high-performance, multiplayer code editor built in Rust, designed for speed and collaborative coding. It has built-in AI assistant capabilities and supports MCP context servers, letting you give the AI direct access to your WordPress site from within the editor.

File: ~/.config/zed/settings.json

{
    "context_servers": {
        "wordpress": {
            "url": "https://yoursite.com/wp-json/easy-mcp-ai/v1/mcp",
            "headers": {
                "Authorization": "Bearer YOUR_API_TOKEN"
            }
        }
    }
}

Need your API Token?

Remember to generate your Bearer token in the WordPress admin panel under Easy MCP AI → API Tokens before completing this setup.

Download Plugin