Skip to main content
Glama
cuongpo

Rootstock MCP Server

by cuongpo
next.config.js374 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, experimental: { appDir: true, }, env: { ROOTSTOCK_RPC_URL: process.env.ROOTSTOCK_RPC_URL, ROOTSTOCK_NETWORK_NAME: process.env.ROOTSTOCK_NETWORK_NAME, ROOTSTOCK_EXPLORER_URL: process.env.ROOTSTOCK_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/rootstock-mcp'

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