INDIVIDUAL MCP TOOL
scaffold_client
READ-ONLY: returns text and writes nothing to disk, and does NOT run the command it shows you.
LIVE ENDPOINT
https://mcp.imqueue.org/mcp
Connect to this endpoint to inspect the live schema for scaffold_client and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.imqueue]
url = "https://mcp.imqueue.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"imqueue": {
"type": "http",
"url": "https://mcp.imqueue.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: imqueue
Remote MCP URL: https://mcp.imqueue.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"imqueue": {
"url": "https://mcp.imqueue.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"imqueue": {
"type": "http",
"url": "https://mcp.imqueue.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "imqueue",
"transport": "streamable-http",
"url": "https://mcp.imqueue.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— 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.get_doc— Fetch the markdown of an @imqueue documentation page by its URL (as returned by search_docs).list_packages— 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.package_status— The current version, licence, minimum Node version and last release date of any published @imqueue package — or of all of them.scaffold_service— READ-ONLY: returns generated source code as text and writes nothing to disk, creates no project and runs no command.local_install_guide— Return the setup instructions for running the full @imqueue MCP server on your own machine.