Skip to content
Zed

Front MCP for Zed

io.github.wearehoust/front-mcp

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

client:Zed transport:stdio runtime:npm

Install Front MCP in Zed

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

{
  "context_servers": {
    "front-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houst-com/front-mcp"
      ]
    }
  }
}

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

Front MCP in other clients