Dynamic RAG Engine for AI Reliability. Prevents hallucinations in volatile domains (starting with Korean Finance). Provides mathematically scored context & sanitized data.
Server Config
{
"mcpServers": {
"ragalgo": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"RAGALGO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}