Maasy — AI Marketing Copilot for Zed
io.github.jbelieve/maasy
AI marketing copilot: brand intelligence, campaigns, content, CRM, SEO, and skills for Claude.
client:Zed
transport:stdio
runtime:npm
Install Maasy — AI Marketing Copilot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"maasy": {
"command": "npx",
"args": [
"-y",
"@maasy-ai/mcp-server"
],
"env": {
"MAASY_SUPABASE_URL": "<MAASY_SUPABASE_URL>",
"MAASY_API_KEY": "<MAASY_API_KEY>",
"MAASY_PROJECT_ID": "<MAASY_PROJECT_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs