Skip to content
Zed

SassyMCP for Zed

io.github.sassyconsultingllc/sassymcp

One MCP server that replaces 75+ — 278 tools in a single exe, smart-loaded.

client:Zed transport:stdio runtime:pypi

Install SassyMCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "sassymcp": {
      "command": "uvx",
      "args": [
        "sassymcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SassyMCP in other clients