Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
如何在 Cursor 中設定 MCP 閘道
建立設定目錄
mkdir -p .cursor touch .cursor/mcp.json
加入 MCP Server 設定
.cursor/mcp.json
{ "mcpServers": { "user": { "url": "http://localhost:5235/gateway/user/sse" } } }
啟用 MCP 伺服器