Skip to content

Commit 50140f7

Browse files
author
SynTaek
committed
docs: unify MCP configuration for Claude Desktop and VSCode-based editors
1 parent 11f1da0 commit 50140f7

2 files changed

Lines changed: 14 additions & 35 deletions

File tree

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,13 @@ git init
6060

6161
## 🔌 Configuration
6262

63-
### Claude Desktop
63+
### Claude Desktop / VSCode & Derivatives (Cursor, Windsurf, etc.)
64+
65+
Add the following to your configuration file:
66+
67+
**Claude Desktop:** `claude_desktop_config.json`
68+
**VSCode/Cursor/Windsurf:** `.vscode/settings.json` or global settings (use `"mcpServers"` or `"mcp.servers"` depending on your editor)
6469

65-
Add the following to your `claude_desktop_config.json`:
6670

6771
```json
6872
{
@@ -78,7 +82,7 @@ Add the following to your `claude_desktop_config.json`:
7882
}
7983
}
8084
```
81-
> **Important:** You MUST provide the `--path` argument pointing to your project root. If omitted, the server will require an explicit `configure_project` call before functionality is available.
85+
8286

8387

8488
### Gemini (Google AI Studio / Vertex AI)
@@ -88,22 +92,7 @@ If you are using an MCP-compatible Gemini interface, use the following command s
8892
* **Command:** `uvx`
8993
* **Args:** `--from git+https://github.com/SynTaek/code-trajectory-mcp.git code-trajectory`
9094

91-
### VSCode & Derivatives (Cursor, Windsurf, etc.)
9295

93-
If you are using the MCP extension in **VSCode**, **Cursor**, **Windsurf**, **Antigravity**, or any other VSCode-based editor, add this to your `.vscode(or your editor's equivalent)/settings.json` or global settings:
94-
95-
```json
96-
"mcp.servers": {
97-
"code-trajectory": {
98-
"command": "uvx",
99-
"args": [
100-
"--from",
101-
"git+https://github.com/SynTaek/code-trajectory-mcp.git",
102-
"code-trajectory"
103-
]
104-
}
105-
}
106-
```
10796

10897
## 🤖 Agent Usage Guide
10998

README_ko.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,13 @@ git init
6161

6262
## 🔌 설정 (Configuration)
6363

64-
### Claude Desktop
64+
### Claude Desktop / VSCode 및 파생 에디터 (Cursor, Windsurf 등)
65+
66+
다음을 설정 파일에 추가하세요:
67+
68+
**Claude Desktop:** `claude_desktop_config.json`
69+
**VSCode/Cursor/Windsurf:** `.vscode/settings.json` 또는 전역 설정 (에디터에 따라 `"mcpServers"` 또는 `"mcp.servers"` 사용)
6570

66-
`claude_desktop_config.json` 파일에 다음 내용을 추가하세요:
6771

6872
```json
6973
{
@@ -80,7 +84,7 @@ git init
8084
}
8185
```
8286

83-
> **참고:** `--path` 인수는 선택 사항입니다. 생략할 경우, 서버는 **자동으로 현재 작업 디렉토리를 기본값으로 설정**합니다.
87+
8488

8589
### Gemini (Google AI Studio / Vertex AI)
8690

@@ -89,22 +93,8 @@ MCP 호환 Gemini 인터페이스를 사용하는 경우, 다음 명령 설정
8993
* **Command:** `uvx`
9094
* **Args:** `--from git+https://github.com/SynTaek/code-trajectory-mcp.git code-trajectory`
9195

92-
### VSCode 및 파생 에디터 (Cursor, Windsurf 등)
9396

94-
**VSCode**, **Cursor**, **Windsurf**, **Antigravity** 또는 기타 VSCode 기반 에디터에서 MCP 확장 프로그램을 사용하는 경우, `.vscode/settings.json` (또는 해당 에디터의 설정 파일)이나 전역 설정에 다음을 추가하세요:
9597

96-
```json
97-
"mcp.servers": {
98-
"code-trajectory": {
99-
"command": "uvx",
100-
"args": [
101-
"--from",
102-
"git+https://github.com/SynTaek/code-trajectory-mcp.git",
103-
"code-trajectory"
104-
]
105-
}
106-
}
107-
```
10898

10999
## 🤖 에이전트 사용 가이드
110100

0 commit comments

Comments
 (0)