Skip to main content
Glama

Neon MCP Server

by fefergrgrgrg
app.js950 B
'use strict'; var defaultLanguage = localStorage.getItem('insight-language') || 'en'; var defaultCurrency = localStorage.getItem('insight-currency') || 'SMLY'; angular.module('insight',[ 'ngAnimate', 'ngResource', 'ngRoute', 'ngProgress', 'ui.bootstrap', 'ui.route', 'monospaced.qrcode', 'gettext', 'angularMoment', 'insight.system', 'insight.socket', 'insight.blocks', 'insight.transactions', 'insight.address', 'insight.search', 'insight.status', 'insight.connection', 'insight.currency', 'insight.messages' ]); angular.module('insight.system', []); angular.module('insight.socket', []); angular.module('insight.blocks', []); angular.module('insight.transactions', []); angular.module('insight.address', []); angular.module('insight.search', []); angular.module('insight.status', []); angular.module('insight.connection', []); angular.module('insight.currency', []); angular.module('insight.messages', []);

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fefergrgrgrg/neon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server