You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add .cursorindexingignore to exclude SpecStory auto-save files and update .gitignore accordingly. Enhance README with additional notes on uvx executable paths for various systems.
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ To configure this MCP server in VS Code:
49
49
}
50
50
```
51
51
52
+
> **Note:** On some systems, you may need to use the full path to the uvx executable instead of just "uvx". For example: `/home/user/.local/bin/uvx` on Linux/Mac or `C:\Users\username\AppData\Local\astral\uvx.exe` on Windows.
53
+
52
54
3. Alternatively, you can run the `MCP: Add Server` command from the Command Palette and provide the server information.
53
55
54
56
4. To manage your MCP servers, use the `MCP: List Servers` command from the Command Palette.
@@ -87,6 +89,8 @@ Add the following to your configuration file:
87
89
}
88
90
```
89
91
92
+
> **Note:** On some systems, you may need to use the full path to the uvx executable instead of just "uvx". For example: `/home/user/.local/bin/uvx` on Linux/Mac or `C:\Users\username\AppData\Local\astral\uvx.exe` on Windows.
93
+
90
94
After adding the configuration, restart Claude Desktop to apply the changes.
91
95
</details>
92
96
@@ -118,6 +122,8 @@ Add the following configuration to your file:
118
122
}
119
123
```
120
124
125
+
> **Note:** On some systems, you may need to use the full path to the uvx executable instead of just "uvx". For example: `/home/user/.local/bin/uvx` on Linux/Mac or `C:\Users\username\AppData\Local\astral\uvx.exe` on Windows.
126
+
121
127
After adding the configuration, restart Windsurf IDE or refresh the tools to apply the changes.
122
128
</details>
123
129
@@ -130,9 +136,8 @@ To configure the CodeLogic MCP server in Cursor:
130
136
131
137
```json
132
138
{
133
-
"servers": {
139
+
"mcpServers": {
134
140
"codelogic-mcp-server": {
135
-
"type": "stdio",
136
141
"command": "uvx",
137
142
"args": [
138
143
"codelogic-mcp-server@latest"
@@ -149,6 +154,8 @@ To configure the CodeLogic MCP server in Cursor:
149
154
}
150
155
```
151
156
157
+
> **Note:** On some systems, you may need to use the full path to the uvx executable instead of just "uvx". For example: `/home/user/.local/bin/uvx` on Linux/Mac or `C:\Users\username\AppData\Local\astral\uvx.exe` on Windows.
158
+
152
159
2. Restart Cursor to apply the changes.
153
160
154
161
The CodeLogic MCP server tools will now be available in your Cursor workspace.
0 commit comments