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
{
"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