Skip to content
Zed

talkform for Zed

io.github.msanchezgrice/talkform

Local Talkform schemas, bundled interview templates, and config validation for AI agents.

client:Zed transport:stdio runtime:npm

Install talkform in Zed

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

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

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

talkform in other clients