📦
Openzeppelin MCP
Model Context Protocol Servers Repository for OpenZeppelin products
0 installs
23 stars
9 forks
Trust: 67 — Good
Ai
Installation
npx openzeppelin-mcpAsk AI about Openzeppelin MCP
Powered by Claude · Grounded in docs
I know everything about Openzeppelin MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
OpenZeppelin MCP Servers Repository
Model Context Protocol servers repository for OpenZeppelin products.
Usage
This repository contains the code for the Model Context Protocol (MCP) servers repository for OpenZeppelin products.
For configuration instructions, visit mcp.openzeppelin.com.
Provided Servers
The following MCP servers are provided:
- Solidity Contracts
- Cairo Contracts
- Confidential Contracts
- Stellar Contracts
- Stylus Contracts
- OpenZeppelin Uniswap Hooks
These servers are hosted versions of the OpenZeppelin Contracts MCP package, which can also be run locally by following the instructions in the linked readme.
Local Development
Prerequisites
- Node.js v22.x
- Bun
- Git
Run locally
- Clone the repository:
git clone https://github.com/openzeppelin/openzeppelin-mcp.git
cd openzeppelin-mcp
- Install dependencies:
bun install
- Start development server:
bun run dev
Tests
bun run test
Production
Build for Production
- Build production bundle:
bun run build
- Start production server:
bun run start
Docker
- Build image:
docker build --build-arg GA4_API_SECRET="$GA4_API_SECRET" --build-arg NEXT_PUBLIC_GA4_MEASUREMENT_ID="$NEXT_PUBLIC_GA4_MEASUREMENT_ID" -t openzeppelin-mcp .
- Run container:
docker run -it -p 3000:3000 openzeppelin-mcp
