mcp server tauri for Zed
io.github.hypothesi/mcp-server-tauri
A Model Context Protocol server for use with Tauri v2 applications
client:Zed
transport:stdio
runtime:npm
Install mcp server tauri in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs