Skip to main content
Glama
next.config.js368 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, experimental: { appDir: true, }, env: { HYPERION_RPC_URL: process.env.HYPERION_RPC_URL, HYPERION_NETWORK_NAME: process.env.HYPERION_NETWORK_NAME, HYPERION_EXPLORER_URL: process.env.HYPERION_EXPLORER_URL, }, } module.exports = nextConfig

Latest Blog Posts

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/cuongpo/hyperion-mcp-server'

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