Skip to content

Commit 2c70f08

Browse files
factory-benbentossellfactory-droid[bot]
authored
docs: add Factory client installation instructions (#178)
Co-authored-by: Ben Tossell <ben.tossell@gmail.com> Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent c5b2b04 commit 2c70f08

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,34 @@ For more information, see the [VS Code MCP docs](https://code.visualstudio.com/d
9292

9393
</details>
9494

95+
<details>
96+
<summary>Factory</summary>
97+
98+
#### Install via command line:
99+
100+
```bash
101+
droid mcp add supabase https://mcp.supabase.com/mcp --type http
102+
```
103+
104+
#### Or install manually:
105+
106+
Open (or create) your `~/.factory/mcp.json` file and add:
107+
108+
```json
109+
{
110+
"supabase": {
111+
"type": "http",
112+
"url": "https://mcp.supabase.com/mcp"
113+
}
114+
}
115+
```
116+
117+
After adding the server, restart Factory or type `/mcp` within droid to complete the OAuth authentication flow.
118+
119+
For more information, see the [Factory MCP docs](https://docs.factory.ai/cli/configuration/mcp.md).
120+
121+
</details>
122+
95123
## Options
96124

97125
The following options are configurable as URL query parameters:

0 commit comments

Comments
 (0)