draftlytic mcp for Zed
io.github.rbsoftwaresystems/draftlytic-mcp
Offline MCP server for planning structured project specs — validate, render, and checklist tools.
client:Zed
transport:stdio
runtime:npm
Install draftlytic mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"draftlytic-mcp": {
"command": "npx",
"args": [
"-y",
"draftlytic-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs