Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
package.json1.4 kB
{ "name": "root", "private": true, "type": "module", "scripts": { "prepare": "yarn workspaces run prepare", "lint": "eslint", "format:write": "prettier --write \"**/*\"", "format:check": "prettier --check \"**/*\"", "test:ui": "yarn --cwd ./packages/ui test", "type:check:api": "yarn --cwd ./packages/ui type:check:api", "dev:ui": "yarn --cwd ./packages/ui dev", "dev:api": "yarn --cwd ./packages/ui dev:api", "dev": "concurrently --kill-others-on-fail --names \"UI,API\" --prefix-colors \"magenta.bold,green.bold\" \"yarn dev:ui\" \"yarn dev:api\"", "run:core": "node ./scripts/run-command.mjs", "version": "bash scripts/release/version.sh", "publish": "bash scripts/release/publish.sh" }, "workspaces": { "packages": [ "packages/common", "packages/core/*", "packages/mcp", "packages/ui" ], "nohoist": [ "**/@types/*", "**/typescript" ] }, "devDependencies": { "@eslint/js": "^9.21.0", "concurrently": "^9.1.2", "eslint": "^9.33.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.6", "eslint-plugin-unicorn": "^61.0.0", "prettier": "^3.5.3", "prettier-plugin-svelte": "^3.3.3", "typescript": "^5.7.3", "typescript-eslint": "^8.29.0", "@changesets/cli": "^2.29.2", "@changesets/changelog-github": "^0.5.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/OpenZeppelin/contracts-wizard'

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