@lyuboslavlyubenov/analyze-solidity-mcp
v1.0.1
Published
This repository contains an MCP (Model Context Protocol) server for analyzing Solidity contracts. Currently, it provides full function context analysis.
Downloads
15
Readme
Lyubos Toolbox Solidity MCP Server
This repository contains an MCP (Model Context Protocol) server for analyzing Solidity contracts. Currently, it provides full function context analysis.
Features
- Extracts and analyzes Solidity function contexts
- Provides detailed information about function parameters, visibility, modifiers, and body
Usage
To run the MCP server, you can use Docker. The port can be specified via an environment variable.
Docker
- Build the Docker image:
docker build -t lyubos-toolbox-solidity-mcp .- Run the container with a custom port (default is 3000):
docker run -e PORT=8080 -p 8080:8080 lyubos-toolbox-solidity-mcp