-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Please provide the basic information of the app
Penpot
App URL in Olares Market(Required)
https://market.olares.com/app/market.olares/penpot
Version and relase note URL(Optional)
git clone https://github.com/penpot/penpot.git --branch mcp-prod --depth 1
Reasons(Optional)
Penpot support for their MCP server.
Would it be possible to switch the Penpot pod to a different branch?
https://github.com/penpot/penpot/tree/develop/mcp
git clone https://github.com/penpot/penpot.git --branch mcp-prod --depth 1
I would love to use my Olares One Penpot instance to use their MCP server to use OpenCode to automatically built design with attached agents.
"The Penpot MCP server can be configured using environment variables."
Server Configuration
| Environment Variable | Description | Default |
|---|---|---|
| PENPOT_MCP_SERVER_LISTEN_ADDRESS | Address on which the MCP server listens (binds to) | localhost |
| PENPOT_MCP_SERVER_PORT | Port for the HTTP/SSE server | 4401 |
| PENPOT_MCP_WEBSOCKET_PORT | Port for the WebSocket server (plugin connection) | 4402 |
| PENPOT_MCP_REPL_PORT | Port for the REPL server (development/debugging) | 4403 |
| PENPOT_MCP_SERVER_ADDRESS | Hostname or IP address via which clients can reach the MCP server | localhost |
| PENPOT_MCP_REMOTE_MODE | Enable remote mode (disables file system access). Set to true to enable. | false |
Logging Configuration
| Environment Variable | Description | Default |
|---|---|---|
| PENPOT_MCP_LOG_LEVEL | Log level: trace, debug, info, warn, error | info |
| PENPOT_MCP_LOG_DIR | Directory for log files | logs |
Plugin Server Configuration
| Environment Variable | Description | Default |
|---|---|---|
| PENPOT_MCP_PLUGIN_SERVER_LISTEN_ADDRESS | Address on which the plugin web server listens (single address or comma-separated list) | (local only) |
This might be a nice addition whenever you have the OpenCode Pod done.
🙌You can help!
Happy to beta test with a local OpenCode instance and my Olares One.