Skip to main content
Glama

BSC MCP Server

import { execSync } from 'child_process'; import { fileURLToPath } from 'url'; import path from 'path'; // __dirname workaround for ES Modules const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); export async function init() { const initPath = path.resolve(__dirname, '../init.js'); try { execSync(`node "${initPath}"`, { stdio: 'inherit' }); } catch (err) { console.error('❌ Failed to run init:', err); process.exit(1); } }

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/TermiX-official/bsc-mcp'

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