Skip to content
Zed

archstone for Zed

io.github.archstone-romania/archstone

Compile your own business capabilities from declarative YAML and serve them as MCP tools.

client:Zed transport:stdio runtime:npm

Install archstone in Zed

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

{
  "context_servers": {
    "archstone": {
      "command": "npx",
      "args": [
        "-y",
        "@archstone/cli"
      ]
    }
  }
}

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

archstone in other clients