diff --git a/src/pages/index.astro b/src/pages/index.astro index b1216ff..5a5538e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -214,6 +214,33 @@ import Layout from '../layouts/Layout.astro'; + +
+
+

MCP Server

+

Configure Dev Proxy with AI assistants.

+

+ Use the Dev Proxy MCP server to create configurations using natural language. Get contextual help and discover features — right from your AI assistant. +

+ + Learn more → + +
+
+

// .vscode/mcp.json

+

{

+

  "servers": {

+

    "devproxy": {

+

      "type": "stdio",

+

      "command": "npx",

+

      "args": ["-y", "@devproxy/mcp"]

+

    }

+

  }

+

}

+

// AI-powered configuration. Natural language.

+
+
+