Skip to content

Commit 908180f

Browse files
authored
Update README.md
1 parent 2afdf35 commit 908180f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Add the following configuration to your MCP client (CodeGPT Extension, Cursor, C
7777
"Deep Graph MCP": {
7878
"command": "npx",
7979
"args": ["-y" , "mcp-code-graph@latest",
80-
"CODEGPT_API_KEY", // Required
81-
"CODEGPT_ORG_ID", // Optional
82-
"CODEGPT_GRAPH_ID" // Optional
80+
"CODEGPT_API_KEY",
81+
"CODEGPT_ORG_ID",
82+
"CODEGPT_GRAPH_ID"
8383
]
8484
}
8585
}
@@ -113,7 +113,7 @@ Follow these steps to integrate Deep Graph MCP Server with Claude Code.
113113
### For Private Graphs
114114

115115
```bash
116-
claude mcp add "Deep Graph MCP" npx -- -y mcp-code-graph@latest CODEGPT_API_KEY
116+
claude mcp add "Deep Graph MCP" npx -- -y mcp-code-graph@latest CODEGPT_API_KEY CODEGPT_ORG_ID CODEGPT_GRAPH_ID
117117
```
118118

119119
### For Public Graphs
@@ -124,7 +124,7 @@ claude mcp add "Deep Graph MCP" npx -- -y mcp-code-graph@latest username/reposit
124124
**For team sharing**, add the `-s project` flag:
125125

126126
```bash
127-
claude mcp add -s project "Deep Graph MCP" npx -- -y mcp-code-graph@latest CODEGPT_API_KEY
127+
claude mcp add -s project "Deep Graph MCP" npx -- -y mcp-code-graph@latest CODEGPT_API_KEY CODEGPT_ORG_ID CODEGPT_GRAPH_ID
128128
# or for public graphs
129129
claude mcp add -s project "Deep Graph MCP" npx -- -y mcp-code-graph@latest username/repository-name username2/repository-name
130130
```

0 commit comments

Comments
 (0)