Catalog
io.github.BE-DCE/bedc-mcp
OfficialMCP server for Dual Canvas Execution (DCE) - use with Polsia, Cursor, Claude, and other MCP clients
MCP server for Dual Canvas Execution supporting Polsia, Cursor, Claude, and other clients.
README not available yet.
Install
Configuration
Environment variables
YOUR_API_KEYrequiredsecretYour API key for the service
claude_desktop_config.json
{
"mcpServers": {
"bedc-mcp": {
"command": "npx",
"args": [
"-y",
"@better-execute/bedc-mcp@1.0.2"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}