Olex

Setup

Install

Olex speaks MCP over stdio. There is no server to host and no port to open - your client launches the process itself, which is also why the view-key tools are safe to use here and absent from the hosted bridge.

Requires Node 20+ 10 clients covered
1 · Build
git clone https://github.com/Ritapossible/Olex.git
cd Olex
npm install
npm run build
2 · Register with your client

3 · Ask
"What's the latest Aleo block height?"
"Show me the credits.aleo program."
"What's the public balance of aleo1rhg...?"

The path must be absolute. A client launches the server from its own working directory, not yours - on Windows, write it as C:\\path\\to\\olex\\dist\\index.js inside JSON. Full reference in the docs.