mcp server for Zed
io.github.kontent-ai/mcp-server
Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@kontent-ai/mcp-server"
],
"env": {
"KONTENT_API_KEY": "<KONTENT_API_KEY>",
"KONTENT_ENVIRONMENT_ID": "<KONTENT_ENVIRONMENT_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs