Linkwarden for Zed
io.github.ni-c/linkwarden-mcp
MCP server for Linkwarden, the self-hosted bookmark manager with page preservation
client:Zed
transport:stdio
runtime:npm
Install Linkwarden in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"linkwarden-mcp": {
"command": "npx",
"args": [
"-y",
"linkwarden-mcp"
],
"env": {
"LINKWARDEN_URL": "<LINKWARDEN_URL>",
"LINKWARDEN_TOKEN": "<LINKWARDEN_TOKEN>",
"LINKWARDEN_READ_ONLY": "<LINKWARDEN_READ_ONLY>",
"LINKWARDEN_ALLOW_TOOLS": "<LINKWARDEN_ALLOW_TOOLS>",
"LINKWARDEN_DENY_TOOLS": "<LINKWARDEN_DENY_TOOLS>",
"LINKWARDEN_INSECURE_TLS": "<LINKWARDEN_INSECURE_TLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs