Manager.io MCP for Zed
io.github.flumpiey/manager-mcp
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools
client:Zed
transport:stdio
runtime:pypi
Install Manager.io MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"manager-mcp": {
"command": "uvx",
"args": [
"manager-mcp"
],
"env": {
"MANAGER_API_URL": "<MANAGER_API_URL>",
"MANAGER_API_KEY": "<MANAGER_API_KEY>",
"MANAGER_MCP_WRITE_SCOPES": "<MANAGER_MCP_WRITE_SCOPES>",
"MANAGER_MCP_DELETE_SCOPES": "<MANAGER_MCP_DELETE_SCOPES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs