Back to Home
kumo-ai icon

kumo-rfm-mcp

Verified Safe

by kumo-ai

Overview

An MCP server enabling AI assistants to query KumoRFM for training-free predictions, evaluations, and explanations on relational multi-table data by interpreting it as a temporal heterogeneous graph.

Installation

Run Command
python -m kumo_rfm_mcp.server

Environment Variables

  • KUMO_API_KEY

Security Notes

The server uses standard practices for dependency management and API key handling, explicitly prompting for `KUMO_API_KEY` via environment variable or OAuth2. No 'eval', obfuscation, or hardcoded secrets were found. Communication defaults to standard input/output (stdio), which is generally secure for local agent interaction, reducing direct network attack surface. Local file system access for reading CSV/Parquet files is an inherent and necessary part of its data processing functionality; potential risks from file operations would primarily stem from an agent being prompted to misuse file path arguments for unauthorized access, rather than a vulnerability in the server's code itself. The use of `uv` for virtual environment management is a robust practice.

Similar Servers

Stats

Interest Score43
Security Score9
Cost ClassHigh
Avg Tokens50000
Stars26
Forks3
Last Update2026-01-16

Tags

Relational AIFoundation ModelsPredictive AnalyticsGraph DatabasesAgentic Workflows