Adding kumo-rfm-mcp to the README.md
#2674
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding
KumoRFMMCP server to the README.Description
Motivation and Context
At kumo.ai we've built a foundation model for machine learning, which takes relational data (in the shape of several pandas dataframes) and makes in-context predictions. It allows users to predict/evaluate many machine learning queries without requiring training.
Since this workflow is particularly useful for agentic workflows, we have implemented the functionality as an MCP server for ease of integration.
model repo: https://github.com/kumo-ai/kumo-rfm
mcp repo: https://github.com/kumo-ai/kumo-rfm-mcp
docs: https://github.com/kumo-ai/kumo-rfm-mcp/blob/main/README.md
How Has This Been Tested?
The MCP client has been tested with several clients, including: Claude Desktop, Crew.ai, LangGraph, OpenAI agents SDK, Claude code SDK
Breaking Changes
No
Types of changes
Checklist
Additional context
Excited for our MCP server to be part of the official repo - happy to iron out any details to get this merged. TY in advance!