Skip to content

Commit 2ca0a6f

Browse files
LineIndentKastier1greptile-apps[bot]
authored
ENG-7811: mcp doc (#1642)
* mcp doc * Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: Simon Young <[email protected]> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 0fddac7 commit 2ca0a6f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/ai_builder/integrations/mcp_installation.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ Add the Reflex MCP server to your Claude Desktop configuration by editing your c
3131
"mcpServers": {
3232
"reflex": {
3333
"command": "npx",
34-
"args": ["-y", "@modelcontextprotocol/server-proxy"],
35-
"env": {
36-
"MCP_PROXY_URL": "https://mcp.reflex.dev/mcp"
37-
}
34+
"args": ["-y", "mcp-remote", "https://mcp.reflex.dev/mcp"]
3835
}
3936
}
4037
}
@@ -62,8 +59,7 @@ Add this configuration to your `~/.codex/config.toml` file:
6259
```toml
6360
[mcp_servers.reflex]
6461
command = "npx"
65-
args = ["-y", "@modelcontextprotocol/server-proxy"]
66-
env = { "MCP_PROXY_URL" = "https://mcp.reflex.dev/mcp" }
62+
args = ["-y", "mcp-remote", "https://mcp.reflex.dev/mcp"]
6763
```
6864

69-
Note: Codex requires MCP servers to communicate over stdio. The `@modelcontextprotocol/server-proxy` adapter bridges the connection to the HTTP-based Reflex MCP server.
65+
Note: Codex requires MCP servers to communicate over stdio. The `mcp-remote` package bridges the connection to the HTTP-based Reflex MCP server.

0 commit comments

Comments
 (0)