Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
post-config.ts555 B
import type { LanguagesOptions, Language } from './languages-types'; declare global { interface Window { gtag?: (...args: unknown[]) => void; } } export type DownloadAction = | 'download-file' | 'download-hardhat' | 'download-foundry' | 'download-scaffold' | 'download-rust-stellar'; export type Action = 'copy' | 'remix' | DownloadAction; export async function postConfig(opts: Partial<LanguagesOptions>, action: Action, language: Language) { window.gtag?.('event', 'wizard_action', { ...opts, action, wizard_lang: language }); }

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/OpenZeppelin/contracts-wizard'

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