Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
remix.ts433 B
export function remixURL(code: string, upgradeable = false, overrideRemixURL?: string): URL { const remix = new URL(overrideRemixURL ?? 'https://remix.ethereum.org'); const encodedCode = btoa(String.fromCharCode(...new TextEncoder().encode(code))).replace(/=*$/, ''); remix.searchParams.set('code', encodedCode); if (upgradeable) { remix.searchParams.set('deployProxy', upgradeable.toString()); } return remix; }

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