Skip to content
Zed

OfficeAgent.NET for Zed

io.github.ilia-sokolov/officeagent

Create and edit Word, PowerPoint, and Excel files with typed plans and safe previews

client:Zed transport:stdio runtime:nuget

Install OfficeAgent.NET in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "officeagent": {
      "command": "dnx",
      "args": [
        "OfficeAgent.Mcp",
        "--yes"
      ],
      "env": {
        "OfficeAgent__FileSystemConnections__0__ConnectionId": "<OfficeAgent__FileSystemConnections__0__ConnectionId>",
        "OfficeAgent__FileSystemConnections__0__RootPath": "<OfficeAgent__FileSystemConnections__0__RootPath>",
        "OfficeAgent__AllowCreation": "<OfficeAgent__AllowCreation>"
      }
    }
  }
}

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

OfficeAgent.NET in other clients