Build, run, and monitor AI/ML workflows from any agent. MCP server extension for Claude Code, Gemini CLI, Cursor, VS Code Copilot, and more.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jettyio-skills": {
"command": "npx",
"args": [
"-y",
"jettyio/jettyio-skills"
]
}
}
}
Run in terminal:
claude mcp add jettyio-skills npx -y jettyio/jettyio-skills
Add to .cursor/mcp.json:
{
"mcpServers": {
"jettyio-skills": {
"command": "npx",
"args": [
"-y",
"jettyio/jettyio-skills"
]
}
}
}