Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/features/mcp/recommended-mcp-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ We'll cover both below.

Also on **Windows (cmd)** you may need to invoke `npx` through `cmd.exe`:

<img src="/img/recommended-mcp-servers/context7-global-setup.png" alt="Adding Context7 to the global MCP settings" width="600" />
<img src="/img/recommended-mcp-servers/context7-global-setup-fixed.png" alt="Adding Context7 to the global MCP settings" width="600" />

### 2. Project-level configuration

Expand Down Expand Up @@ -98,7 +98,7 @@ If you prefer to commit the configuration to your repository, create a file call
}
```

<img src="/img/recommended-mcp-servers/context7-project-setup.png" alt="Adding Context7 to a project-level MCP file" width="600" />
<img src="/img/recommended-mcp-servers/context7-project-setup-fixed.png" alt="Adding Context7 to a project-level MCP file" width="600" />

> When both global and project files define a server with the same name, **the project configuration wins**.

Expand All @@ -110,7 +110,7 @@ If you prefer to commit the configuration to your repository, create a file call
2. You should now see **Context7** listed. Click the <Codicon name="activate" /> toggle to start it if it isn't already running.
3. Roo Code will prompt you the first time a Context7 tool is invoked. Approve the request to continue.

<img src="/img/recommended-mcp-servers/context7-running.png" alt="Context7 running in Roo Code" width="400" />
<img src="/img/recommended-mcp-servers/context7-running-fixed.png" alt="Context7 running in Roo Code" width="400" />

---

Expand Down