Skip to content
VS Code

Inlay for VS Code

io.github.cartoonitunes/inlay

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

client:VS Code transport:streamable-http

Install Inlay in VS Code

.vscode/mcp.json

{
  "servers": {
    "inlay": {
      "type": "http",
      "url": "https://inlay.dev/api/mcp/{site_key}"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Inlay in other clients