dMoERA Creator for Gemini CLI
io.github.cachecarti/dmoera-creator
Build, backtest, and deploy crypto trading strategies via MCP with 7-stage validation.
client:Gemini CLI
transport:streamable-http
tools:44
Install dMoERA Creator in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dmoera-creator": {
"httpUrl": "https://dmoera.xyz/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs
What Gemini CLI can do once it is connected
- list_domains
- list_bots
- get_bot_profile
- get_feature_catalog
- get_market_regime
- get_current_prices
- sandbox_backtest
- submit_strategy
- list_strategies
- get_strategy_report
- get_marketplace_bots
- get_tournament_status
- list_funds
- get_fund
- get_active_fund
- create_fund
- add_bot_to_fund
- remove_bot_from_fund
- swap_bot_in_fund
- update_fund_weights
- update_fund_caps
- activate_fund
- deactivate_fund
- close_fund