Kylas CRM for Zed
io.github.kylastech/kylas-crm
MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.
client:Zed
transport:stdio
runtime:pypi
Install Kylas CRM in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kylas-crm": {
"command": "uvx",
"args": [
"kylas-crm-mcp-server"
],
"env": {
"KYLAS_API_KEY": "<KYLAS_API_KEY>",
"KYLAS_BASE_URL": "<KYLAS_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs