Stats
Actions
Tags
From seldonframe
Connects to the Seldon Frame API for AI model serving, inference, and management. Requires a SELDONFRAME_API_KEY.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"seldonframe": {
"command": "node",
"args": [
"skills/mcp-server/src/index.js"
],
"env": {
"SELDONFRAME_API_KEY": "<your-seldonframe-api-key>",
"SELDONFRAME_API_BASE": ""
}
}
}
}Replace placeholder values for: SELDONFRAME_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
SELDONFRAME_API_KEY=SELDONFRAME_API_BASE=Sensitive values you must provide — never committed to source control
First indexed Apr 21, 2026
First indexed Apr 21, 2026
npx claudepluginhub seldonframe/seldonframe