An MCP (Model Context Protocol) server that allows AI agents to query and manage jobs in the Agent Jobs system of the AI Connect platform.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentjobs-mcp": {
"command": "npx",
"args": [
"-y",
"aiconnect-cloud/agentjobs-mcp"
]
}
}
}
Run in terminal:
claude mcp add agentjobs-mcp npx -y aiconnect-cloud/agentjobs-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentjobs-mcp": {
"command": "npx",
"args": [
"-y",
"aiconnect-cloud/agentjobs-mcp"
]
}
}
}