verso for Zed
io.github.nvlang/verso
MCP server to read Verso-generated documentation sites (e.g., the Lean Language Reference).
client:Zed
transport:stdio
runtime:pypi
Install verso in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"verso": {
"command": "uvx",
"args": [
"verso-mcp"
],
"env": {
"VERSO_MCP_SITES": "<VERSO_MCP_SITES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs