aem mcp server for Zed
io.github.easingthemes/aem-mcp-server
AEM MCP server. Chat with your AEM instance for content, component, and asset operations.
client:Zed
transport:stdio
runtime:npm
Install aem mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aem-mcp-server": {
"command": "npx",
"args": [
"-y",
"aem-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs