Back to Home
wolfdancer icon

rockfish-mcp

Verified Safe

by wolfdancer

Overview

This server enables AI assistants to interact with the Rockfish machine learning platform for managing data, creating ML workflows, handling models, and generating synthetic data with incident injection capabilities.

Installation

Run Command
python -m rockfish_mcp.server

Environment Variables

  • ROCKFISH_API_KEY
  • ROCKFISH_API_URL
  • ROCKFISH_ORGANIZATION_ID
  • ROCKFISH_PROJECT_ID
  • MANTA_API_URL

Security Notes

The server uses environment variables for API keys and sensitive configurations, preventing hardcoding. It employs `httpx` for secure asynchronous HTTP requests with status checks. Input validation is performed through defined JSON schemas for each tool. There is no usage of `eval` or other dangerous dynamic code execution methods. A minor point is deducted for an in-memory cache of training configurations in `sdk_client` which, while likely safe in this single-tenant MCP context, could theoretically be a concern in a multi-user environment without proper isolation.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars0
Forks2
Last Update2026-01-12

Tags

RockfishMCPAI AssistantMachine LearningSynthetic Data