Skip to content llms.txt

Zed

A high-performance editor with a built-in AI assistant, supporting rules and MCP configurations.

DetailValue
Slugzed
Config directory~/.config/zed
Supported content typesRules, MCP Configs
Content TypeSupportedInstall Method
RulesYesSymlink
MCP ConfigsYesJSON merge
SkillsNo
AgentsNo
HooksNo
CommandsNo
Content TypeProject LocationGlobal LocationFormat
Rules.rulesMarkdown
MCP Configs~/.config/zed/settings.jsonJSON
Content TypeDiscovery Paths
Rules.rules, .cursorrules, CLAUDE.md

Zed uses a different JSON key for MCP server definitions. Where most providers use mcpServers, Zed uses context_servers. Syllago handles this key mapping automatically.

Zed discovers rules from three file formats: .rules, .cursorrules, and CLAUDE.md.

Syllago detects Zed by checking for the ~/.config/zed directory or the zed command in PATH.

Terminal window
# Add content from Zed
syllago add --from zed
# Install content to Zed
syllago install my-rule --to zed