Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions clickstack/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Each client handles the OAuth flow automatically on first connection.
<Tab title="Claude Code">

```shell
claude mcp add --transport http clickstack-cloud https://mcp.clickhouse.cloud/clickstack
claude mcp add --transport http clickstack https://mcp.clickhouse.cloud/clickstack
```

Launch Claude Code and run `/mcp`, then select `clickstack-cloud` to complete the OAuth flow.
Launch Claude Code and run `/mcp`, then select `clickstack` to complete the OAuth flow.

</Tab>
<Tab title="Cursor">
Expand All @@ -68,7 +68,7 @@ Add the following to `.cursor/mcp.json`:
```json
{
"mcpServers": {
"clickstack-cloud": {
"clickstack": {
"url": "https://mcp.clickhouse.cloud/clickstack"
}
}
Expand All @@ -83,7 +83,7 @@ Add the following to `.vscode/mcp.json`:
```json
{
"servers": {
"clickstack-cloud": {
"clickstack": {
"type": "http",
"url": "https://mcp.clickhouse.cloud/clickstack"
}
Expand All @@ -99,7 +99,7 @@ Add the following to `opencode.json`:
```json
{
"mcp": {
"clickstack-cloud": {
"clickstack": {
"type": "remote",
"url": "https://mcp.clickhouse.cloud/clickstack"
}
Expand Down