Back to Home
kumo-ai icon

kumo-rfm-mcp

Verified Safe

by kumo-ai

Overview

This server empowers AI assistants with KumoRFM intelligence by providing tools to build, manage, and visualize relational graphs, convert natural language to PQL queries, and execute/evaluate/explain predictions from the KumoRFM (Relational Foundation Model) for tasks like missing value imputation and temporal forecasting.

Installation

Run Command
python -m kumo_rfm_mcp.server

Environment Variables

  • KUMO_API_KEY

Security Notes

The server uses `os.getenv` for API keys, which is a secure practice. It utilizes `subprocess.check_call` for virtual environment setup in the bundled version, which is generally safe in its controlled context. Data reading operations (`pd.read_csv`, `pd.read_parquet`) handle user-provided paths, which inherently carries some risk, but basic file existence checks are in place. No `eval` or `exec` on user input, and no hardcoded secrets were found. The tool annotations provide good transparency about read/write operations.

Similar Servers

Stats

Interest Score44
Security Score8
Cost ClassHigh
Avg Tokens1000
Stars25
Forks3
Last Update2025-12-02

Tags

RFMMCPRelational DataFoundation ModelAIGraph Database