Home › Development › @imqueue

@imqueue

Search @imqueue docs and scaffold typed services & clients from your AI coding agent.

TypeScript Local Remote
★ 1 stars Last pushed 2026-09-18 License: GPL-3.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.imqueue.org/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.imqueue.org/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.imqueue.org/mcp"
    }
  }
}

Package (npm 3.7.9)

npx -y @imqueue/mcp@3.7.9

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@imqueue/mcp@3.7.9"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry