From 7fa63e8f5efb7445021a0280617033f5967e251b Mon Sep 17 00:00:00 2001 From: TheLazyIndianTechie Date: Fri, 3 Oct 2025 10:54:40 +0530 Subject: [PATCH] Update mcp-server.mdx to include Warp MCP details Updated the method to add Warp MCP in the documentation --- mcp-server.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mcp-server.mdx b/mcp-server.mdx index 6dc3e1c3..27275078 100644 --- a/mcp-server.mdx +++ b/mcp-server.mdx @@ -109,6 +109,22 @@ Add this to your `./codeium/windsurf/model_config.json`: } ``` +### Running in Warp +Use the slash command `/add-mcp` and add the standard json. +```json +{ + "mcpServers": { + "mcp-server-firecrawl": { + "command": "npx", + "args": ["-y", "firecrawl-mcp"], + "env": { + "FIRECRAWL_API_KEY": "YOUR_API_KEY" + } + } + } +} +``` + ### Running with Streamable HTTP Mode To run the server using streamable HTTP transport locally instead of the default stdio transport: