Skip to content

Commit e4f51af

Browse files
authored
Add install instructions for windsurf
1 parent c581bde commit e4f51af

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,28 @@ Currently, the MCP server only uses read-only access to your OpsLevel account an
131131
}
132132
```
133133

134+
## Windsurf
135+
136+
[Windsurf](https://docs.cursor.com/context/model-context-protocol)
137+
138+
1. Navigate to Windsurf - Settings > Advanced Settings
139+
2. Scroll down to the Cascade section and you will find the option to add a new server
140+
3. Edit the [mpc_config.json](https://docs.windsurf.com/windsurf/mcp#mcp-config-json) with the below configuration
141+
4. Restart Windsurf
142+
143+
```json
144+
{
145+
"mcpServers": {
146+
"opslevel": {
147+
"command": "opslevel-mcp",
148+
"env": {
149+
"OPSLEVEL_API_TOKEN": "XXXXXX"
150+
}
151+
}
152+
}
153+
}
154+
```
155+
134156
### Docker
135157

136158
If you didn't install the binary directly and instead pulled the docker image you'll need to adjust the above MCP configurations to support running the server via docker

0 commit comments

Comments
 (0)