agentjobs-mcp

aiconnect-cloud/agentjobs-mcp
★ 1 stars TypeScript 🤖 AI/LLM Updated today
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.
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": {
    "agentjobs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aiconnect-cloud/agentjobs-mcp"
      ]
    }
  }
}