iiRecord
Agentic AI Atlas · Sidekiq MCP Server
tool-server:mcp-sidekiqa5c.ai
II.
ToolServer JSON

tool-server:mcp-sidekiq

Structured · live

Sidekiq MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-ecosystems.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-sidekiq",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-ecosystems.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Sidekiq MCP Server",
    "description": "Ruby gem providing an MCP server for Sidekiq background job processing.\nEnables AI agents to inspect queues, view job statistics, retry or delete\nfailed jobs, and monitor worker utilization through 20+ specialized tools.\nIntegrates as Rack middleware into Rails or any Rack-based application.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/andrew/sidekiq-mcp",
    "rubyGem": "sidekiq-mcp",
    "maintainer": "andrew (Community)",
    "mcpTransports": [
      "mcp-transport:stdio",
      "mcp-transport:streamable-http"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-sidekiq",
      "to": "library:sidekiq",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sidekiq",
      "to": "domain:backend",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sidekiq",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}