Skip to content

Commit 484390d

Browse files
committed
lint
1 parent aa4bf7b commit 484390d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ node -v
3838

3939
Most MCP clients require a configuration file to be created or modified to add the MCP server.
4040

41-
- **Windsurf** ([latest instructions](https://docs.windsurf.com/windsurf/mcp)): Save the file in `~/.codeium/windsurf/mcp_config.json`
41+
- **Windsurf**: On MacOS, save the file in `~/.codeium/windsurf/mcp_config.json` or check the[latest instructions](https://docs.windsurf.com/windsurf/mcp) for your environment
4242
- **VSCode**: https://docs.codeium.com/docs/mcp
4343
- **Claude Desktop**: https://modelcontextprotocol.io/quickstart/user
4444
- **Cursor**: follow https://docs.cursor.com/context/model-context-protocol
@@ -89,8 +89,8 @@ Use your Atlas API Service Account credentials. More details in the [Atlas API A
8989

9090
Alternatively you can use environment variables in the config file or set them and run the server via npx.
9191

92-
- Connection String via environment variables [example](#connection-string-with-environment-variables)
93-
- Atlas API credentials via environment variables [example](#atlas-api-credentials-with-environment-variables)
92+
- Connection String via environment variables in the MCP file [example](#connection-string-with-environment-variables)
93+
- Atlas API credentials via environment variables in the MCP file [example](#atlas-api-credentials-with-environment-variables)
9494

9595
## 🛠️ Supported Tools
9696

@@ -306,7 +306,7 @@ npx -y mongodb-mcp-server --apiClientId="your-atlas-client-id" --apiClientSecret
306306
"-y",
307307
"mongodb-mcp-server",
308308
"--connectionString",
309-
"mongodb+srv://username:[email protected]/myDatabase",
309+
"mongodb+srv://username:[email protected]/myDatabase"
310310
]
311311
}
312312
}

0 commit comments

Comments
 (0)