Local MCP tools for decisions, reflection, action plans, and digital report outlines.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"openfateai": {
"args": [
"-y",
"openfateai-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A local, open-source Model Context Protocol server for structured decisions, guided reflection, action planning, and transparent digital report outlines.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'openfateai-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked openfateai-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
MCP Security Weekly
Get CVE alerts and security updates for io.github.openfateaicom-wq/openfateai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A local, open-source Model Context Protocol server for structured decisions, guided reflection, action planning, and transparent digital report outlines.
The server runs over stdio, does not require an API key, and does not send tool inputs to OpenFateAI servers.
npx -y openfateai-mcp
{
"mcpServers": {
"openfateai": {
"command": "npx",
"args": ["-y", "openfateai-mcp"]
}
}
}
| Tool | Purpose |
|---|---|
structure_decision | Compare user-provided options, facts, assumptions, constraints, priorities, and reversible tests. |
create_reflection_session | Create a guided, non-clinical reflection sequence. |
build_action_plan | Arrange candidate actions into phases and review checkpoints. |
prepare_digital_report | Organize source notes into a transparent report outline. |
get_openfateai_policy | Return intended uses, safety boundaries, and payment guidance. |
get_openfateai_resources | Return canonical workspace, pricing, support, and legal links. |
The package also exposes the decision_review and weekly_reflection MCP prompts.
This MCP is a local organizational layer. It does not predict outcomes, provide professional advice, process payments, or collect payment credentials.
OpenFateAI Chat uses one-time credit packs on the official website. Stripe and Alipay checkout remain on the website and are not exposed as MCP tools.
The server exposes deterministic organizational helpers only:
The portable skill is located at skills/openfateai-assistant/SKILL.md.
npm install
npm run build
npm run smoke
Requires Node.js 20 or newer.
MIT