author mcp server for Zed
io.github.litheonhq/author-mcp-server
Recall, check, search, timeline, and graph tools for fiction writers via Seizn Memory v3.
client:Zed
transport:stdio
runtime:npm
Install author mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"author-mcp-server": {
"command": "npx",
"args": [
"-y",
"@seizn/author-mcp-server"
],
"env": {
"SEIZN_API_KEY": "<SEIZN_API_KEY>",
"SEIZN_API_BASE_URL": "<SEIZN_API_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs