Stats
Actions
Tags
From forge
Provides local integration with the Forge tool (Foundry) for Ethereum smart contract compilation, testing, and deployment. Runs via bash script.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"forge": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/forge-mcp-server/start.sh"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
npx claudepluginhub tt-wang/forge --plugin forge