SignNow MCP Server for Zed
io.github.signnow/sn-mcp-server
A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO.
client:Zed
transport:stdio
runtime:pypi
Install SignNow MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sn-mcp-server": {
"command": "uvx",
"args": [
"signnow-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs