Guesty MCP Server for Zed
io.github.dljrealty/guesty
Guesty MCP server. 43 Guesty tools, read and write, free. Grounded replies, message-policy screen.
client:Zed
transport:stdio
runtime:npm
Install Guesty MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"guesty": {
"command": "npx",
"args": [
"-y",
"guesty-mcp-server"
],
"env": {
"GUESTY_CLIENT_ID": "<GUESTY_CLIENT_ID>",
"GUESTY_CLIENT_SECRET": "<GUESTY_CLIENT_SECRET>",
"GUESTY_MCP_LICENSE_KEY": "<GUESTY_MCP_LICENSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs