|
1 | | -{\rtf1\ansi\deff0 {\fonttbl {\f0 Helvetica;}{\f1 Helvetica-Bold;}{\f2 Courier;}} |
2 | | -{\colortbl;\red0\green0\blue0;\red51\green51\blue51;\red0\green102\blue204;} |
3 | | -\f1\fs36\cf1 Installation Complete!\line |
4 | | -\f0\fs24\cf2\line |
5 | | -MCP Proxy has been successfully installed on your Mac.\line |
6 | | -\line |
7 | | -\b\fs28 Getting Started\b0\fs24\line |
8 | | -\line |
9 | | -{\b Option 1: System Tray Application (Recommended)}\line |
10 | | -\f1\bullet\f0 Open {\b Applications} folder and double-click {\b mcpproxy.app}\line |
11 | | -\f1\bullet\f0 The MCP Proxy icon will appear in your menu bar\line |
12 | | -\f1\bullet\f0 Click the menu bar icon to manage servers and view status\line |
13 | | -\f1\bullet\f0 The core server will start automatically when you launch the tray app\line |
14 | | -\line |
15 | | -{\b Option 2: Command-Line Interface}\line |
16 | | -\f1\bullet\f0 Open {\b Terminal}\line |
17 | | -\f1\bullet\f0 Run: \f2 mcpproxy serve\f0\line |
18 | | -\f1\bullet\f0 The server will start on {\b http://127.0.0.1:8080} by default\line |
19 | | -\line |
20 | | -\b\fs28 Default Configuration\b0\fs24\line |
21 | | -MCP Proxy runs in {\b HTTP mode} by default - no certificate trust required!\line |
22 | | -\line |
23 | | -\f1\bullet\f0 {\b Default endpoint:} http://127.0.0.1:8080\line |
24 | | -\f1\bullet\f0 {\b Config file:} ~/.mcpproxy/mcp_config.json\line |
25 | | -\f1\bullet\f0 {\b Data directory:} ~/.mcpproxy/\line |
26 | | -\f1\bullet\f0 {\b Logs:} ~/Library/Logs/mcpproxy/\line |
27 | | -\line |
28 | | -\b\fs28 Optional: Enable HTTPS (Advanced)\b0\fs24\line |
29 | | -If you need HTTPS for your workflow:\line |
30 | | -\line |
31 | | -{\b Step 1: Trust the bundled CA certificate}\line |
32 | | -\f2 mcpproxy trust-cert\f0\line |
33 | | -\line |
34 | | -{\b Step 2: Enable TLS in environment}\line |
35 | | -\f2 export MCPPROXY_TLS_ENABLED=true\f0\line |
36 | | -\line |
37 | | -{\b Step 3: Start server}\line |
38 | | -\f2 mcpproxy serve\f0\line |
39 | | -\line |
40 | | -{\i For Claude Desktop with HTTPS, add to your config:}\line |
41 | | -\f2 "env": \{\line |
42 | | - "NODE_EXTRA_CA_CERTS": "~/.mcpproxy/certs/ca.pem"\line |
43 | | -\}\f0\line |
44 | | -\line |
45 | | -\b\fs28 Useful Commands\b0\fs24\line |
46 | | -\f2 mcpproxy --help\f0 # Show all available commands\line |
47 | | -\f2 mcpproxy upstream list\f0 # List configured MCP servers\line |
48 | | -\f2 mcpproxy tools search "git"\f0 # Search for tools across servers\line |
49 | | -\f2 mcpproxy auth status\f0 # Check OAuth authentication status\line |
50 | | -\line |
51 | | -\b\fs28 Documentation & Support\b0\fs24\line |
52 | | -\line |
53 | | -\f1\bullet\f0 {\b Documentation:} \cf3 https://mcpproxy.app/docs\cf2\line |
54 | | -\f1\bullet\f0 {\b GitHub Repository:} \cf3 https://github.com/smart-mcp-proxy/mcpproxy-go\cf2\line |
55 | | -\f1\bullet\f0 {\b Report Issues:} \cf3 https://github.com/smart-mcp-proxy/mcpproxy-go/issues\cf2\line |
56 | | -\f1\bullet\f0 {\b Release Notes:} \cf3 https://github.com/smart-mcp-proxy/mcpproxy-go/releases\cf2\line |
57 | | -\line |
58 | | -\b\fs28 Security & Privacy\b0\fs24\line |
59 | | -MCP Proxy includes built-in security features:\line |
60 | | -\line |
61 | | -\f1\bullet\f0 {\b Automatic Quarantine:} New servers are quarantined until you approve them\line |
62 | | -\f1\bullet\f0 {\b Localhost Binding:} Server binds to 127.0.0.1 by default (no network exposure)\line |
63 | | -\f1\bullet\f0 {\b API Key Protection:} Optional authentication for REST API endpoints\line |
64 | | -\f1\bullet\f0 {\b Docker Isolation:} Run stdio MCP servers in isolated containers\line |
65 | | -\line |
66 | | -\line |
67 | | -{\b Thank you for installing MCP Proxy!}\line |
68 | | -\line |
69 | | -We hope MCP Proxy accelerates your AI workflow with faster tool discovery and enhanced security.\line |
70 | | -\line |
71 | | -{\i Happy proxying! \'f0\'9f\'9a\'80}\line |
| 1 | +{\rtf1\ansi\ansicpg1252 |
| 2 | +{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 Courier;} |
| 3 | +\f0\fs24 |
| 4 | +Installation completed successfully! |
| 5 | +\ |
| 6 | +\ |
| 7 | + |
| 8 | +\b Quick Start\b0 |
| 9 | +\ |
| 10 | +\ |
| 11 | + |
| 12 | +\b Option 1: System Tray (Recommended)\b0 |
| 13 | +\ |
| 14 | + |
| 15 | +1. Open Applications folder |
| 16 | +\ |
| 17 | + |
| 18 | +2. Double-click mcpproxy.app |
| 19 | +\ |
| 20 | + |
| 21 | +3. Look for the icon in your menu bar |
| 22 | +\ |
| 23 | +\ |
| 24 | + |
| 25 | +\b Option 2: Command Line\b0 |
| 26 | +\ |
| 27 | + |
| 28 | +1. Open Terminal |
| 29 | +\ |
| 30 | + |
| 31 | +2. Run: \f1 mcpproxy serve\f0 |
| 32 | +\ |
| 33 | + |
| 34 | +3. Server starts on http://127.0.0.1:8080 |
| 35 | +\ |
| 36 | +\ |
| 37 | + |
| 38 | +\b Default Configuration\b0 |
| 39 | +\ |
| 40 | +\ |
| 41 | + |
| 42 | +- Endpoint: http://127.0.0.1:8080 |
| 43 | +\ |
| 44 | + |
| 45 | +- Config: ~/.mcpproxy/mcp_config.json |
| 46 | +\ |
| 47 | + |
| 48 | +- Logs: ~/Library/Logs/mcpproxy/ |
| 49 | +\ |
| 50 | + |
| 51 | +- Mode: HTTP (no certificate needed) |
| 52 | +\ |
| 53 | +\ |
| 54 | + |
| 55 | +\b Optional HTTPS Setup\b0 |
| 56 | +\ |
| 57 | +\ |
| 58 | + |
| 59 | +If you need HTTPS: |
| 60 | +\ |
| 61 | +\ |
| 62 | + |
| 63 | +1. Trust certificate: \f1 mcpproxy trust-cert\f0 |
| 64 | +\ |
| 65 | + |
| 66 | +2. Enable TLS: \f1 export MCPPROXY_TLS_ENABLED=true\f0 |
| 67 | +\ |
| 68 | + |
| 69 | +3. Start server: \f1 mcpproxy serve\f0 |
| 70 | +\ |
| 71 | +\ |
| 72 | + |
| 73 | +\b Useful Commands\b0 |
| 74 | +\ |
| 75 | +\ |
| 76 | + |
| 77 | +\f1 mcpproxy --help\f0 Show all commands |
| 78 | +\ |
| 79 | + |
| 80 | +\f1 mcpproxy upstream list\f0 List configured servers |
| 81 | +\ |
| 82 | + |
| 83 | +\f1 mcpproxy tools search\f0 Search for tools |
| 84 | +\ |
| 85 | +\ |
| 86 | + |
| 87 | +\b Documentation\b0 |
| 88 | +\ |
| 89 | +\ |
| 90 | + |
| 91 | +- GitHub: github.com/smart-mcp-proxy/mcpproxy-go |
| 92 | +\ |
| 93 | + |
| 94 | +- Issues: github.com/smart-mcp-proxy/mcpproxy-go/issues |
| 95 | +\ |
| 96 | +\ |
| 97 | + |
| 98 | +Thank you for installing MCP Proxy! |
72 | 99 | } |
0 commit comments