diff --git a/studio/frontend/src/features/chat/mcp-composer-button.tsx b/studio/frontend/src/features/chat/mcp-composer-button.tsx index 15b8b1db0b..7c1ecc79c1 100644 --- a/studio/frontend/src/features/chat/mcp-composer-button.tsx +++ b/studio/frontend/src/features/chat/mcp-composer-button.tsx @@ -60,6 +60,11 @@ type McpPreset = { // Keyless remote MCP presets (rate-limited free tiers, no API key). // Hugging Face runs anonymously; add a token via "Manage MCP servers". const MCP_PRESETS: readonly McpPreset[] = [ + { + id: "unsloth-docs", + displayName: "Unsloth Docs", + url: "https://unsloth.ai/docs/~gitbook/mcp", + }, { id: "context7", displayName: "Context7",