@mantleio/mantle-mcp
v0.1.19
Published
MCP server for AI-driven Mantle L2 development — chain reads, simulation, and unsigned transaction building
Keywords
Readme
@mantleio/mantle-mcp
MCP server for AI-driven Mantle L2 development — chain reads, simulation, and unsigned transaction building.
Install
npm install @mantleio/mantle-mcpUsage
Run the MCP server over stdio:
npx @mantleio/mantle-mcpOr add to your Claude Desktop / MCP client configuration:
{
"mcpServers": {
"mantle": {
"command": "npx",
"args": ["@mantleio/mantle-mcp"]
}
}
}Related packages
@mantleio/mantle-core— shared Mantle L2 business logic@mantleio/mantle-cli— CLI for Mantle chain reads, DeFi queries, and transaction building
License
MIT
