Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

@imqueue

NPM · @IMQUEUE/MCP · 2 COMPONENTS · SCANNED SEP 21

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

0 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (GPL-3.0-only).Pass
  • Actively maintained (last published 2 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2393 tokens (~170/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (43% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the @imqueue MCP server?

@imqueue runs locally as an npm package, launched with npx -y @imqueue/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @imqueue/mcp

# add to Claude Code
claude mcp add org-imqueue-mcp -- npx -y @imqueue/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "org-imqueue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@imqueue/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "org-imqueue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@imqueue/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add org-imqueue-mcp -- npx -y @imqueue/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-imqueue-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@imqueue/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add org-imqueue-mcp --command npx --arg -y --arg @imqueue/mcp
# ~/.hermes/config.yaml
mcp_servers:
  org-imqueue-mcp:
    command: "npx"
    args: ["-y", "@imqueue/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "org-imqueue-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@imqueue/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add org-imqueue-mcp -t stdio -c npx -a -y @imqueue/mcp
// mcp.json
{
  "mcpServers": {
    "org-imqueue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@imqueue/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 0
    • Stability: 0.97 → pass security
  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +15
    • Malware scan: unverified → pass security
  • 18 Sept 26 −15
    • Malware scan: pass → unverified security
    • Package version: 3.7.8 → 3.7.9 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 14 Sept 26 0
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@imqueue/mcp@3.7.9

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~2,182 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cli_help ~87

Run `imq [command] --help` and return the exact, version-accurate flags for a command (e.g. 'service create', 'client generate'). The flags it lists are the ones create_service accepts. Read-only: it prints help and exits.

NameTypeReqDescription
commandstringA subcommand, e.g. 'service create' (omit for top-level help)

No output schema declared.

No examples provided.

cli_install ~76

Install @imqueue/cli globally via `npm install -g @imqueue/cli`, replacing any `imq` already installed. cli_status reports whether it is already present. A global install may require a user-writable npm prefix or elevated permissions.

NameTypeReqDescription
versionstringnpm version/tag to install (default 'latest')

No output schema declared.

No examples provided.

cli_status ~50

Detect whether the `imq` CLI (@imqueue/cli) is installed on this machine and report its version. create_service and generate_client need it; the scaffold_service and scaffold_client tools do not.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

config ~152

Run `imq config <action>`. `check` = is config initialized; `get [option]` = read a value (or list all); `set option value` = overwrite a value (nested keys use a dot-path, e.g. 'ci.provider'); `init` = interactive setup, which will time out when run non-interactively, so `set` is the automatable one. Requires the `imq` CLI.

NameTypeReqDescription
actionstringyesConfig operation
cwdstringWorking directory to run in
optionstringConfig key (dot-path for nested), for get/set
valuestringValue to set (required for `set`)

No output schema declared.

No examples provided.

create_service ~220

Scaffold a real, provider-wired @imqueue service via `imq service create`. Runs as a DRY-RUN by default: it shows the plan and writes nothing. With apply=true it writes files into the target directory and may initialise git, configure CI and push to a remote. Accepts `imq` flags (cli_help lists them) to avoid interactive prompts. Requires the `imq` CLI.

NameTypeReqDescription
applybooleanfalse/omitted = dry-run preview; true = actually create (writes files)
cwdstringWorking directory to run in (defaults to the server's cwd)
flagsarrayExtra `imq` flags, e.g. ['--vcs','github','--ci','github-actions'] or feature selection ['--packages','pg-prisma,validation,opentelemetry,gcp','-D']. Get exact flags from cli_help.
namestringyesService name, e.g. 'user'
pathstringTarget directory (optional)

No output schema declared.

No examples provided.

fleet ~165

Run `imq ctl <action>` over a directory of service repositories. `status` reports what is running and changes nothing; `start`, `stop` and `restart` change which processes are running on this machine. Requires the `imq` CLI.

NameTypeReqDescription
actionstringyesWhat to do to the fleet
calmbooleanStart services one at a time, waiting for each to be ready
cwdstringWorking directory to run in
pathstringDirectory containing the service repositories (default '.')
servicesstringComma-separated service names; omit to scan the path
updatebooleangit pull each service before starting (start/restart)
verbosebooleanVerbose output

No output schema declared.

No examples provided.

generate_client ~110

Run `imq client generate <Service>` to emit the real, fully-typed client, writing it into the output directory. The target service must be RUNNING — the CLI introspects the live service over its message queue. Requires the `imq` CLI.

NameTypeReqDescription
cwdstringWorking directory to run in
pathstringOutput directory (optional)
servicestringyesService name to generate a client for, e.g. 'User' / 'UserService'

No output schema declared.

No examples provided.

get_doc ~148

Fetch the markdown of an @imqueue documentation page by its URL (as returned by search_docs). Returns plain markdown suitable for reading and quoting. Pass a URL with a #fragment — which is what search_docs returns for a section result — to get just that section plus the heading path above it; pass the URL without one to read the whole page. Only imqueue.org (framework docs) and imqueue.com (licensing, pricing, support) URLs are fetched; anything else is refused. Very large pages are truncated, which the result reports.

NameTypeReqDescription
urlstringyesAn imqueue.org or imqueue.com page URL, e.g. https://imqueue.org/get-started/
NameTypeReqDescription
bytesintegeryesSize of the page body, so a caller can decide before reading it
fragmentMissobjectPresent when a #fragment matched no indexed section — markdown is the WHOLE page, not the slice that was asked for
markdownstringyesThe page body — the same text carried in content, minus the heading path prefix
mimeTypestringyesMedia type of the page body carried in markdown and content
sectionobjectPresent when a #fragment resolved to one section — markdown is that section, not the page
truncatedbooleanyesTrue when the page was too large to return whole — markdown holds the leading part only
urlstringyesThe markdown mirror actually fetched — not always the URL passed in, which is why it is worth returning

No examples provided.

list_packages ~216

The complete, authoritative catalogue of documented @imqueue packages, each with its current version, licence, minimum Node version, a one-line summary and its exact install command. Call this BEFORE adding any @imqueue dependency: search_docs can only find a package you already suspect exists, and this is the list. Covers typed RPC over a message queue, the Redis queue engine, the `imq` CLI, jobs and scheduling, Prisma and Sequelize database toolkits, method caching, tag-invalidated caching, PostgreSQL LISTEN/NOTIFY, Zod validation, OpenTelemetry or Datadog tracing, async logging, GraphQL N+1 batching across services, CIDR/IP checks and HTTP rate limiting. Some pairs are mutually exclusive — pg-prisma vs pg-sequelize, opentelemetry vs datadog — and installing both of a pair breaks silently, so read the `pick` rule on those entries before choosing. For one package's release history, links and the framework-wide Node and Redis requirements, use package_status.

Input schema present but exposes no named parameters.

NameTypeReqDescription
factsUnavailablebooleanTrue when imqueue.org/status.json could not be read, so no entry carries a version or licence. The catalogue itself is compiled in and still complete
frameworkobject
packagesarrayyesOrdered by what to reach for first

No examples provided.

logs ~129

Work with logs of services started by `imq ctl`. action='dump' (default) returns the current combined logs and exits — it never follows/streams, and output is capped. action='clean' deletes the collected log files. Requires the `imq` CLI.

NameTypeReqDescription
actionstringdump = read current logs (default); clean = delete collected logs
cwdstringWorking directory to run in
prefixbooleanPrefix each line with the service name (default true)
servicesstringComma-separated service names; omit to combine all

No output schema declared.

No examples provided.

package_status ~187

The current version, licence, minimum Node version and last release date of any published @imqueue package — or of all of them. Use it when the user asks which version of an @imqueue package is current, what licence it is under, or which Node or Redis version it needs. Covers every published package, including @imqueue/cli and @imqueue/mcp, and also returns the framework-wide licence, Node and Redis requirements, with a `licenseNote` that states the licence terms in a sentence. The facts are read from the npm registry by imqueue.org, and the result says when. Pass `package` for one entry, with or without the @imqueue/ scope; omit it for all of them.

NameTypeReqDescription
packagestringOne package, with or without the scope: 'rpc', '@imqueue/rpc'. Omit for every package.
NameTypeReqDescription
frameworkobjectyes
generatedstringyesWhen the site last read these facts from the npm registry
packagesarrayyes
sourcestringyes

No examples provided.

scaffold_client ~165

READ-ONLY: returns text and writes nothing to disk, and does NOT run the command it shows you. Explains how to generate and use the fully-typed client for an @imqueue service: @imqueue generates the real client from a running service via `imq client generate`, so this returns that exact command plus an illustrative usage snippet. The generated file exports a single namespace holding the client class, so the import shape is not the obvious one — take it from `namespace` rather than guessing. Use generate_client (local install only) if you want the command actually run.

NameTypeReqDescription
methodsarrayKnown methods (used to shape the example call)
servicestringyesThe service to call, e.g. 'user' or 'UserService'
NameTypeReqDescription
clientstringyesGenerated client class name
exampleobjectyesAn illustrative call — not a file to write
generateCommandstringyesRun against the RUNNING service to emit the real typed client
namespacestringyesThe ONLY export of the generated file: a namespace holding the client class. Import this, then `new <namespace>.<client>()` — importing the class directly does not resolve.
outputstringyesThe file that command writes (a compiled .js lands beside it)
servicestringyes

No examples provided.

scaffold_service ~167

READ-ONLY: returns generated source code as text and writes nothing to disk, creates no project and runs no command. Generates an idiomatic @imqueue/rpc service (an IMQService subclass with @expose()d, JSDoc-typed methods) plus a bootstrap that starts it. Provide the methods you want, or omit them for a starter template. Any non-primitive parameter or return type also gets a types.ts with the required @classType()/@property() declarations — without those the generated client types it `any`, which compiles. Use create_service (local install only) if you want files actually written.

NameTypeReqDescription
methodsarrayMethods to expose
namestringyesService name, e.g. 'user' or 'UserService'
NameTypeReqDescription
cliAlternativestringyesThe CLI command that creates a full provider-wired project instead
filesarrayyes
installstringyes
servicestringyesClass name used, after normalisation ('user' -> 'UserService')
typesarrayyesComplex types the signatures refer to. Each needs @classType() on the class and @property() on every field — types.ts declares them; complete the fields. Empty when every type is a primitive.

No examples provided.

search_docs ~310

Search the official @imqueue docs (guides, tutorial, CLI manual, articles) and every exported symbol of every @imqueue package that publishes a generated API reference, returning the most relevant pages with their URLs. Each result names the package it belongs to. Takes a plain question or an exact symbol name such as 'RedisQueue.send', 'PgPubSub.listen' or 'watcherCheckDelay'. Answers 'how do I do X in @imqueue' and confirms a signature before code is written against it. Every result carries the page URL, which get_doc reads in full. Some capabilities are covered by two mutually exclusive packages — @imqueue/pg-prisma vs @imqueue/pg-sequelize, @imqueue/opentelemetry vs @imqueue/datadog — so for a query like 'tracing' or 'database', call list_packages for the choosing rule rather than taking whichever package ranks first, and pass `package` here to search within the one you settled on.

NameTypeReqDescription
limitintegerMax results (default 6)
packagestringRestrict results to one package, e.g. 'http-protect' or '@imqueue/opentelemetry'. Use it once you know which package you want — the same words appear in several packages' symbols.
querystringyesA question or a symbol name, e.g. 'expose a service method', 'delayed jobs' or 'IMQOptions.safeDelivery'
NameTypeReqDescription
advisoriesarrayPresent when the results involve two packages that cover the same ground. Each names both options with the rule for choosing — install exactly one, never both.
countintegeryesNumber of results returned (0 means no matches)
querystringyesThe query that was searched
resultsarrayyesMost relevant first

No examples provided.

Common questions

What is the @imqueue MCP server?

@imqueue is an MCP server listed in the public MCP registry as org.imqueue/mcp. Search @imqueue docs and scaffold typed services & clients from your AI coding agent. This page covers its npm package (@imqueue/mcp).

Is the @imqueue MCP server safe to use?

@imqueue scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the @imqueue MCP server expose?

@imqueue exposes 14 tools: search_docs, get_doc, list_packages, package_status, scaffold_service, and 9 more. Their descriptions and schemas cost roughly 2,182 tokens of context every time the server is loaded.

Is the @imqueue MCP server still maintained?

@imqueue is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the @imqueue MCP server under?

@imqueue declares the GPL-3.0-only licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.