Outline MCP Server for Zed
io.github.vortiago/mcp-outline
Connect AI assistants to Outline for document search, reading, and management
client:Zed
transport:stdio
runtime:pypi
Install Outline MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-outline": {
"command": "uvx",
"args": [
"mcp-outline"
],
"env": {
"OUTLINE_API_KEY": "<OUTLINE_API_KEY>",
"OUTLINE_API_URL": "<OUTLINE_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs