← Back to Plugins
MCP Server MCP

Inlay

github By github 👁 1 views ▲ 0 votes

Make any website discoverable by AI agents via MCP, llms.txt, and structured data.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://inlay.dev/api/mcp/{site_key}",
      "variables": {
        "site_key": {
          "description": "Your Inlay site key (found at inlay.dev/dashboard)",
          "isRequired": true
        }
      }
    },
    {
      "type": "sse",
      "url": "https://inlay.dev/api/mcp/{site_key}",
      "variables": {
        "site_key": {
          "description": "Your Inlay site key (found at inlay.dev/dashboard)",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http sse

Comments

Sign in to leave a comment

Loading comments...