OpenDia Installation and Configuration Guide
The complete OpenDia environment requires both a server-side and a browser extension:
- Basic Environment Configuration: Install Node.js v14+ and verify the installation via the command line
- Source code acquisition: Use the git clone command to download the project repository, switch to the project directory
- MCP server startup::
- Go to the opendia-mcp directory and run npm install to install the dependencies.
- Start the service with npm start (default WS port 5555, HTTP port 5556)
- Browser Extension Installation::
- Chrome: load unzipped chrome extension folder in development mode
- Firefox: loading manifest.json file via about:debugging
Important Tip:
When running remotely, you need to configure ngrok for port forwarding, and execute the ngrok http 5556 command to realize cross-device access after obtaining authtoken.
This answer comes from the articleOpenDia: An Open Source Tool to Connect Browsers to AI ModelsThe