MCP server for AI agents to work with GenLayer projects, providing tools to run GenLayer CLI, lint contracts, and deploy contracts with automatic private key handling.
{
"mcpServers": {
"genlayer-cli": {
"command": "npx",
"args": [
"-y",
"genlayer-cli-mcp"
]
}
}
}