Skip to content
Zed

intenttext mcp for Zed

io.github.intenttext/intenttext-mcp

Parse, validate, query, and render IntentText (.it) documents for AI agents

client:Zed transport:stdio runtime:npm

Install intenttext mcp in Zed

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

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

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

intenttext mcp in other clients