File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ You can add the Sourcegraph MCP server to [Amp](https://ampcode.com) in two ways
79
79
Run the following command in your terminal:
80
80
81
81
``` bash
82
- amp mcp add sourcegraph --header " Authorization=token $SRC_ACCESS_TOKEN " https://sourcegraph.sourcegraph.com/.api/mcp/v1
82
+ amp mcp add sourcegraph --header " Authorization=token YOUR_ACCESS_TOKEN " https://sourcegraph.sourcegraph.com/.api/mcp/v1
83
83
```
84
84
85
85
<Callout type = " info" >
86
- Replace ` sourcegraph.sourcegraph.com ` with your Sourcegraph instance URL and set ` $SRC_ACCESS_TOKEN ` environment variable to your access token.
86
+ Replace ` sourcegraph.sourcegraph.com ` with your Sourcegraph instance URL and set ` YOUR_ACCESS_TOKEN ` environment variable to your access token.
87
87
</Callout >
88
88
89
89
### Claude Code
You can’t perform that action at this time.
0 commit comments