crowntowncompost mcp for Zed
io.github.chrischall/crowntowncompost-mcp
Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built).
client:Zed
transport:stdio
runtime:npm
Install crowntowncompost mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crowntowncompost-mcp": {
"command": "npx",
"args": [
"-y",
"crowntowncompost-mcp"
],
"env": {
"CROWNTOWN_SESSION_COOKIE": "<CROWNTOWN_SESSION_COOKIE>",
"CROWNTOWN_USERNAME": "<CROWNTOWN_USERNAME>",
"CROWNTOWN_PASSWORD": "<CROWNTOWN_PASSWORD>",
"CROWNTOWN_SESSION_CACHE": "<CROWNTOWN_SESSION_CACHE>",
"CROWNTOWN_SESSION_FILE": "<CROWNTOWN_SESSION_FILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs