Used as a JavaScript runtime for creating, developing, and deploying the MCP server
Hosts the MCP server through Cloudflare Workers platform, with support for secrets management
Deploys and hosts the MCP server, allowing it to run serverless functions at the network edge
insight
insight is an open-source auroracoin blockchain explorer with complete REST and websocket APIs. Insight runs in NodeJS, uses AngularJS for the front-end and LevelDB for storage.
Check some screenshots and more details at insight's project homepage.
Insight project is now split into two repositories. One for the API and for the front-end. This repository is for the front-end, which will install the API as a NPM dependency.
Prerequisites
- Node.js v0.10.x - Download and Install Node.js.
- then create a node symlink with this command (legacy problem): "ln -s /usr/bin/nodejs /usr/bin/node"
- NPM - Node.js package manager, should be automatically installed when you get node.js.
Quick Install
Check the Prerequisites section above before installing.
To install Insight, clone the main repository:
Install dependencies:
Run the main application:
Then open a browser and go to:
If insight reports problems connecting to auroracoind please check the CONFIGURATION section of insight-api README. To set the environment variables run something like:
Please note that the app will need to sync its internal database with the blockchain state, which may take some time. You can check sync progress from within the web interface. More details about that process on insight-api README.
Nginx Setup
To use Nginx as a reverse proxy for Insight, use the following base configuration
Development
To run insight locally for development mode:
Install bower dependencies:
To compile and minify the web application's assets:
There is a convinent Gruntfile.js for automation during editing the code
In case you are developing insight and insight-api toghether, you can do the following:
- Install insight and insight-api on the same path ($IROOT)
in other terminal:
at insight-api's home path (edit the path according your setup).
also in the insight-api path. (So you will have to grunt process running, one for insight and one for insight-api).
Multilanguage support
insight use angular-gettext for multilanguage support.
To enable a text to be translated, add the translate directive to html tags. See more details here. Then, run:
This action will create a template.pot file in po/ folder. You can open it with some PO editor (Poedit). Read this guide to learn how to edit/update/import PO files from a generated POT file. PO file will be generated inside po/ folder.
If you make new changes, simply run grunt compile again to generate a new .pot template and the angular javascript js/translations.js. Then (if use Poedit), open .po file and choose update from POT File from Catalog menu.
Finally changes your default language from public/src/js/config
This line will take a look at any *.po files inside po/ folder, e.g. po/es.po, po/nl.po. After any change do not forget to run grunt compile.
Note
For more details about the insight API configs and end-point, just go to insight API github repository or read the documentation
Contribute
Contributions and suggestions are welcomed at insight github repository.
License
(The MIT License)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A lightweight Model Control Protocol server that allows agents like Cursor to interface with the Neon database REST API through Cloudflare Workers.
Related MCP Servers
- -securityAlicense-qualityA lightweight MCP server that interacts with the Neon REST API, deployable on Cloudflare Workers for streamlined database management and integration.Last updated -5TypeScriptMIT License
- -security-license-qualityAn open standard server implementation that enables AI assistants to directly access APIs and services through Model Context Protocol, built using Cloudflare Workers for scalability.Last updated -TypeScript
- -securityFlicense-qualityA Model Control Protocol server that enables AI assistants to interact with Metabase databases, allowing models to explore database schemas, retrieve metadata, visualize relationships, and execute actions.Last updated -2Python
- -securityAlicense-qualityA CLI tool that sets up a Model Control Protocol server and deploys it to Cloudflare Workers, allowing you to quickly create custom tools for your Cursor Agent just by writing TypeScript functions.Last updated -622TypeScriptMIT License