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
Copy file name to clipboardExpand all lines: README.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,24 +21,7 @@ A simple template for creating custom tools for Cursor IDE using Model Context P
21
21
22
22
## Usage
23
23
24
-
You can run the server in three ways: using Cursor IDE locally, using Docker and using traditional Python setup.
25
-
26
-
### Use in Cursor IDE Locally without running the server
27
-
28
-
To connect your local MCP server to Cursor IDE:
29
-
30
-
1. Right-click on the `cursor-run-mcp-server.sh` file in Cursor
31
-
2. Select "Copy Path" to copy the absolute path
32
-
3. Open Cursor Settings (gear icon)
33
-
4. Navigate to Features tab
34
-
5. Scroll down to "MCP Servers"
35
-
6. Click "Add new MCP server"
36
-
7. Fill in the form:
37
-
- Name: Choose any name (e.g., "my-mcp-server-1")
38
-
- Type: Select "stdio" (not "sse" because we run the server locally)
39
-
- Command: Paste the absolute path to `cursor-run-mcp-server.sh` that you copied earlier. For example: `/Users/kirillmarkin/weaviate-mcp-server/cursor-run-mcp-server.sh`
40
-
41
-
The server should now be connected and ready to use in Cursor IDE.
24
+
You can run the server in three ways: using Docker, traditional Python setup, or directly in Cursor IDE.
After installation, you can connect the server directly to Cursor IDE:
98
+
99
+
1. Right-click on the `cursor-run-mcp-server.sh` file in Cursor
100
+
2. Select "Copy Path" to copy the absolute path
101
+
3. Open Cursor Settings (gear icon)
102
+
4. Navigate to Features tab
103
+
5. Scroll down to "MCP Servers"
104
+
6. Click "Add new MCP server"
105
+
7. Fill in the form:
106
+
- Name: Choose any name (e.g., "my-mcp-server-1")
107
+
- Type: Select "stdio" (not "sse" because we run the server locally)
108
+
- Command: Paste the absolute path to `cursor-run-mcp-server.sh` that you copied earlier. For example: `/Users/kirillmarkin/weaviate-mcp-server/cursor-run-mcp-server.sh`
109
+
108
110
### Environment Variables
109
111
110
112
Available environment variables (can be set in `.env`):
0 commit comments