Built an MCP server with 12 decision intelligence tools -- complements Context7 nicely #2359
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 Context7 community! I built an MCP server that pairs well with Context7 in AI coding workflows.
The idea
Context7 gives your AI agent the right documentation context. OraClaw gives it structured decision-making capabilities -- optimization, prediction, risk analysis, and planning algorithms.
Together, an agent can both understand the docs (Context7) and make mathematically-sound decisions (OraClaw).
Setup alongside Context7
{ "mcpServers": { "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp@latest"] }, "oraclaw": { "command": "npx", "args": ["@oraclaw/mcp-server"] } } }The 12 MCP tools
optimize_banditoptimize_contextualoptimize_cmaessolve_constraintssolve_scheduleanalyze_decision_graphanalyze_portfolio_riskscore_convergencescore_calibrationpredict_forecastdetect_anomalyplan_pathfindEvery tool is deterministic, sub-25ms, returns structured JSON. No API keys needed.
MIT licensed, 1,072 tests, 15 npm packages.
Links: GitHub | npm | Demo
Beta Was this translation helpful? Give feedback.
All reactions