@imqueue MCP server (hosted) Model Context Protocol endpoint: POST /mcp Tools here: search_docs, get_doc, list_packages, scaffold_service, scaffold_client, local_install_guide. All read-only. The CLI/fleet tools act on your own machine — your project files, your running services — so a hosted server cannot offer them. Install the full server locally to get them: claude mcp add imqueue -- npx -y @imqueue/mcp or add to your client's MCP config: { "mcpServers": { "imqueue": { "command": "npx", "args": ["-y", "@imqueue/mcp"] } } } Learn more: https://imqueue.org/mcp