★ 4 stars
Shell
🤖 AI/LLM
Updated 2d ago
Build, run, and monitor AI/ML workflows from any agent. MCP server extension for Claude Code, Gemini CLI, Cursor, VS Code Copilot, and more.
View on GitHub →
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"
]
}
}
}
Topics
aigemini-cli-extensionmcpmlworkflows