Connect and use

Amo.ng Integrations

Discover on Amo.ng, then copy, open, or connect published Prompts, Workflows, and Skills in the AI and developer tools you already use.

MCP-compatible AI clients

Connect Amo.ng as a public read-only MCP server

Where your client supports remote MCP servers, add the connection below. Amo.ng exposes discovery and retrieval tools only: it does not execute Prompts, publish content, or take actions on your behalf.

MCP connection

Server name
Amo.ng
Endpoint
https://amo.ng/mcp
Type
Remote MCP / Streamable HTTP
Authentication
None
Access
Public read-only
Protocol
2026-07-28

Available tools

  • search_prompts
  • get_prompt
  • search_workflows
  • get_workflow
  • search_skills
  • get_skill

Amo.ng MCP is published in the official MCP Registry as ng.amo/amo-ng.

Client setup

Add the remote server in your client

Interface labels and feature availability can change by client and plan. Use the current MCP or connector settings offered by your client.

ChatGPT

  1. In ChatGPT, open Settings → Security and login, then turn on Developer mode.
  2. Where custom MCP apps are available for your plan or workspace, open ChatGPT Plugins / Apps and choose the option to add a custom app.
  3. Use the Amo.ng remote MCP endpoint: https://amo.ng/mcp.
  4. Name the app Amo.ng.
  5. Review the six discovered read-only tools, then enable the app.
  6. Ask ChatGPT to search or retrieve Amo.ng Prompts, Workflows, or Skills.

Availability and interface labels can vary by ChatGPT plan and workspace.

Current client documentation

VS Code / GitHub Copilot

  1. Open the MCP server configuration in VS Code.
  2. Add a remote HTTP server named Amo.ng using the endpoint below.
  3. Review and trust the server when prompted, then enable the Amo.ng tools in chat.

Minimal mcp.json example

{
    "servers": {
        "Amo.ng": {
            "type": "http",
            "url": "https://amo.ng/mcp"
        }
    }
}
Current client documentation

Claude

  1. Where your Claude client supports custom remote MCP connectors, open Settings and Connectors.
  2. Add a custom connector named Amo.ng using the endpoint below.
  3. Connect it, enable the relevant read-only tools, and ask Claude to search Amo.ng.
Current client documentation

Cursor

  1. Open Cursor MCP settings or its MCP configuration file.
  2. Add a remote Streamable HTTP server named Amo.ng using the endpoint below.
  3. Enable the tools, then ask Cursor to discover or retrieve an Amo.ng asset.
Current client documentation

Codex

  1. Open an Amo.ng coding or development Prompt.
  2. Choose Use in AI.
  3. Select Copy for Codex.
  4. Paste the copied Prompt into Codex with the relevant repository or project context.
  5. Review the requested changes and approvals before execution.

Where a Codex environment supports MCP configuration, the Amo.ng endpoint is https://amo.ng/mcp.

Current client documentation

Other MCP clients

  1. Choose the option to add a remote MCP or Streamable HTTP server.
  2. Use the Amo.ng endpoint below. No authentication is required.
  3. Review the six read-only tools before enabling the connection.

Direct prompt usage

Copy into your preferred AI tool

Open any published Prompt, choose Use in AI, and copy it for ChatGPT, Claude, Gemini, or Codex where appropriate. Replace the Prompt variables and provide the requested evidence before running it.

Browse Prompts

Developer and API access

Use public machine-readable content

The Public API exposes published content under /api/v1. Use it for deterministic discovery and retrieval without scraping HTML.

View API documentation

After connecting

Example requests