From 06a946d6a9ca25753d1746009d88e0885948c97c Mon Sep 17 00:00:00 2001 From: Ben Tossell Date: Mon, 3 Nov 2025 16:30:38 +0000 Subject: [PATCH] docs: add Factory installation instructions Add Factory as one of the supported MCP client installation options. Factory's droid CLI supports both HTTP (remote) and stdio (local) MCP server connections. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 9f0c9aa..26e62f4 100644 --- a/README.md +++ b/README.md @@ -1141,6 +1141,37 @@ See [Local and Remote MCPs for Perplexity](https://www.perplexity.ai/help-center 7. Click `Save`. +
+Install in Factory + +Factory's droid supports MCP servers through its CLI. See [Factory MCP docs](https://docs.factory.ai/cli/configuration/mcp) for more info. + +#### Factory Remote Server Connection (HTTP) + +Run this command in your terminal: + +```sh +droid mcp add context7 https://mcp.context7.com/mcp --type http --header "CONTEXT7_API_KEY: YOUR_API_KEY" +``` + +Or without an API key (basic usage with rate limits): + +```sh +droid mcp add context7 https://mcp.context7.com/mcp --type http +``` + +#### Factory Local Server Connection (Stdio) + +Run this command in your terminal: + +```sh +droid mcp add context7 "npx -y @upstash/context7-mcp" --env CONTEXT7_API_KEY=YOUR_API_KEY +``` + +Once configured, Context7 tools will be available in your droid sessions. Type `/mcp` within droid to manage servers, authenticate, and view available tools. + +
+ ## 🔨 Available Tools Context7 MCP provides the following tools that LLMs can use: