nbintang/rtm-class-mcp-server
MCP server built with NestJS + Fastify for storing AI-generated MCQ, essay, and summary outputs into PostgreSQL. It validates tool payloads with Zod, writes idempotently into AIOutput for existing AIJob records, supports Streamable HTTP/SSE/STDIO transports,.
Platform-specific configuration:
{
"mcpServers": {
"rtm-class-mcp-server": {
"command": "npx",
"args": [
"-y",
"rtm-class-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...