trackmcp
Back to directory
lyuboslavlyubenov

analyze-solidity-mcp

View on GitHub

MCP server that provides whole execution path for a function to an llm

6 stars TypeScriptAI & Machine Learning Updated Oct 18, 2025

Documentation

Lyubos Toolbox Solidity MCP Server

https://github.com/user-attachments/assets/70ebb4af-7930-4158-b1af-bc851835b6a6

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

1. Build the Docker image:

bash
docker build -t analyze-solidity-mcp .

2. Run the container with a custom port (default is 3000):

bash
docker run -e PORT=8080 -p 8080:8080 analyze-solidity-mcp

Frequently asked questions

What is analyze-solidity-mcp?

analyze-solidity-mcp is MCP server that provides whole execution path for a function to an llm

How do I install analyze-solidity-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is analyze-solidity-mcp open source?

Yes — it is hosted on GitHub at https://github.com/lyuboslavlyubenov/analyze-solidity-mcp and has 6 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP