clypt for Zed
io.github.bonsai-tech-llc/clypt
AI-native link intelligence — shorten, track, and manage links from any AI agent
client:Zed
transport:stdio
runtime:npm
Install clypt in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clypt": {
"command": "npx",
"args": [
"-y",
"clypt-mcp"
],
"env": {
"CLYPT_API_KEY": "<CLYPT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs