Skip to content

Commit a2ec613

Browse files
committed
Update README.md to enhance installation instructions and documentation links
- Added a section for manual installation into Cursor IDE with detailed steps. - Updated links in the documentation section for better accessibility.
1 parent 86abca6 commit a2ec613

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,26 @@ mcpproxy # starts HTTP server on :8080 and shows tray
3535

3636
### 3. Add servers
3737

38-
Click the tray icon → "Upstream Servers" or edit `mcp_config.json` (see below).
38+
Edit `mcp_config.json` (see below). Or ask LLM to add servers (see [doc](https://mcpproxy.app/docs/configuration#adding-servers)).
3939

40-
Optional: [One-click install into Cursor IDE](cursor://anysphere.cursor-deeplink/mcp/install?name=MCPProxy&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODA4MC9tY3AvIn0=).
40+
## Add proxy to Cursor
41+
42+
### One-click install into Cursor IDE
43+
44+
[One-click install into Cursor IDE](cursor://anysphere.cursor-deeplink/mcp/install?name=MCPProxy&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODA4MC9tY3AvIn0=).
45+
46+
### Manual install
47+
48+
49+
1. Open Cursor Settings
50+
2. Click "Tools & Integrations"
51+
3. Add MCP server
52+
```json
53+
"MCPProxy": {
54+
"type": "http",
55+
"url": "http://localhost:8080/mcp/"
56+
}
57+
```
4158

4259
---
4360

@@ -91,7 +108,7 @@ mcpproxy --help
91108

92109
## Learn More
93110

94-
* Documentation: [Configuration](docs/configuration), [Features](docs/features), [Usage](docs/usage)
111+
* Documentation: [Configuration](https://mcpproxy.app/docs/configuration), [Features](https://mcpproxy.app/docs/features), [Usage](https://mcpproxy.app/docs/usage)
95112
* Website: <https://mcpproxy.app>
96113
* Releases: <https://github.com/smart-mcp-proxy/mcpproxy-go/releases>
97114

0 commit comments

Comments
 (0)