Skip to content

Commit 7b18f9d

Browse files
Merge pull request #50 from OpsLevel/add-warp-docs
Add instructions for setting up Warp
2 parents 62932dd + 3dbb1e8 commit 7b18f9d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,27 @@ Currently, the MCP server only uses read-only access to your OpsLevel account an
134134
}
135135
```
136136

137+
## Warp
138+
139+
[Warp](https://www.warp.dev/)
140+
141+
1. Access your MCP settings under Settings > AI > Manage MCP Servers. Warp provides [instructions for other ways to access this list.](https://docs.warp.dev/knowledge-and-collaboration/mcp#how-to-access-mcp-server-settings)
142+
2. Press the add button
143+
3. Add the config below
144+
145+
```json
146+
{
147+
"opslevel": {
148+
"command": "opslevel-mcp",
149+
"args": [],
150+
"env": {
151+
"OPSLEVEL_API_TOKEN": "XXXXXX"
152+
},
153+
"start_on_launch": true
154+
}
155+
}
156+
```
157+
137158
## Windsurf
138159

139160
[Windsurf](https://windsurf.com/editor)

0 commit comments

Comments
 (0)