io.github.hengkp/rtcf
io.github.hengkp/rtcfTurns rough requests into sharp Role/Task/Context/Format prompts. Thai and English.
Tools · 3
Rewrite a rough prompt into a sharper, ready-to-use prompt structured as Role, Task, Context, Format (RTCF). Returns the improved prompt, its four parts, a short list of clarifying questions worth ask…
Write the user's NEXT message for an AI conversation that is already in progress (a follow-up). Use when the user wants to refine, deepen, or continue earlier work in this conversation. Do NOT use it …
Compose a ready-to-use prompt from explicit Role, Task, Context, and Format parts. Use when the user already knows the pieces and wants them woven into one clean prompt.
Prompts · 2
Continue an ongoing conversation well: turn your rough next ask into a sharp follow-up message (no RTCF restart).
Improve a rough prompt with RTCF (Role, Task, Context, Format), then answer it. Paste your rough request.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.hengkp/rtcf": {
"url": "https://rtcf.happlen.com/api/mcp",
"transport": "streamable-http"
}
}
}