Skip to content

Commit ebf079d

Browse files
committed
docs: Update usage section to include Kilo Code and standardize server naming
1 parent 73f21db commit ebf079d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GitLab MCP(Model Context Protocol) Server. **Includes bug fixes and improvements
1212

1313
## Usage
1414

15-
### Using with Claude App, Cline, Roo Code, Cursor
15+
### Using with Claude App, Cline, Roo Code, Cursor, Kilo Code
1616

1717
When using with the Claude App, you need to set up your API key and URLs directly.
1818

@@ -21,7 +21,7 @@ When using with the Claude App, you need to set up your API key and URLs directl
2121
```json
2222
{
2323
"mcpServers": {
24-
"GitLab communication server": {
24+
"gitlab": {
2525
"command": "npx",
2626
"args": ["-y", "@zereight/mcp-gitlab"],
2727
"env": {
@@ -74,7 +74,7 @@ When using with the Claude App, you need to set up your API key and URLs directl
7474
```json
7575
{
7676
"mcpServers": {
77-
"GitLab communication server": {
77+
"gitlab": {
7878
"command": "docker",
7979
"args": [
8080
"run",

0 commit comments

Comments
 (0)