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