-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
The README.md example for how to confgure the MCP with the Zed editor is not working. The current example is this:
{
"context_servers": {
"dokploy-mcp": {
"command": {
"path": "npx",
"args": ["-y", "@ahdev/dokploy-mcp"]
},
"settings": {
"DOKPLOY_URL": "https://your-dokploy-server.com/api",
"DOKPLOY_API_KEY": "your-dokploy-api-token"
}
}
}
}But the format for this that works with the current version of Zed should be:
"context_servers": {
"dokploy-mcp": {
"command": "npx",
"args": ["-y", "@ahdev/dokploy-mcp"],
"env": {
"DOKPLOY_URL": "https://your-dokploy-server.com/api",
"DOKPLOY_API_KEY": "your-dokploy-api-token"
},
},
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels