OraClaw -- 12 MCP tools for local AI decision-making (optimization, forecasting, risk) #9191
Whatsonyourmind
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey LocalAI community! Built an MCP server that adds deterministic decision-making tools to local AI setups.
Why this matters for local AI
When running models locally, every token counts. OraClaw offloads mathematical decisions (A/B testing, scheduling, risk calculation, forecasting) to lightweight, deterministic algorithms that run in sub-25ms -- letting your local model focus on reasoning rather than computation.
Setup
Or call the REST API directly:
The 12 MCP tools
optimize_banditoptimize_contextualoptimize_cmaessolve_constraintssolve_scheduleanalyze_decision_graphanalyze_portfolio_riskscore_convergencescore_calibrationpredict_forecastdetect_anomalyplan_pathfindAll pure TypeScript, no GPU needed. MIT licensed, 1,072 tests.
Links: GitHub | npm | Demo
Beta Was this translation helpful? Give feedback.
All reactions