|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>MCP - Model Context Protocol | getmcp.sh</title> |
| 6 | + <title>MCP Manager - Model Context Protocol | getmcp.sh</title> |
7 | 7 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
8 | 8 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
9 | 9 | <link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet"> |
|
13 | 13 | --bg-accent: #1a1d25; |
14 | 14 | --text-primary: #e2e8f0; |
15 | 15 | --text-secondary: #a0aec0; |
16 | | - --accent-color: #7c3aed; |
17 | | - --accent-light: #8b5cf6; |
18 | | - --accent-dark: #6d28d9; |
19 | | - --success: #10b981; |
20 | | - --code-bg: #1e1e2e; |
| 16 | + --accent-color: #10b981; |
| 17 | + --accent-light: #34d399; |
| 18 | + --accent-dark: #047857; |
| 19 | + --success: #059669; |
| 20 | + --code-bg: #1a2e22; |
21 | 21 | --card-border: #2d3748; |
22 | 22 | } |
23 | 23 |
|
|
33 | 33 | color: var(--text-primary); |
34 | 34 | background-color: var(--bg-color); |
35 | 35 | background-image: |
36 | | - radial-gradient(circle at 25% 25%, rgba(124, 58, 237, 0.05) 0%, transparent 50%), |
37 | | - radial-gradient(circle at 75% 75%, rgba(124, 58, 237, 0.05) 0%, transparent 50%); |
| 36 | + radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.05) 0%, transparent 50%), |
| 37 | + radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.05) 0%, transparent 50%); |
38 | 38 | margin: 0; |
39 | 39 | padding: 0; |
40 | 40 | min-height: 100vh; |
|
49 | 49 | header { |
50 | 50 | text-align: center; |
51 | 51 | padding: 3rem 0; |
52 | | - border-bottom: 1px solid rgba(124, 58, 237, 0.2); |
| 52 | + border-bottom: 1px solid rgba(16, 185, 129, 0.2); |
53 | 53 | margin-bottom: 3rem; |
54 | 54 | } |
55 | 55 |
|
|
174 | 174 | font-size: 0.9rem; |
175 | 175 | text-align: center; |
176 | 176 | padding: 2rem 0; |
177 | | - border-top: 1px solid rgba(124, 58, 237, 0.1); |
| 177 | + border-top: 1px solid rgba(16, 185, 129, 0.1); |
178 | 178 | } |
179 | 179 |
|
180 | 180 | a { |
|
212 | 212 | <div class="container"> |
213 | 213 | <header> |
214 | 214 | <h1>MCP</h1> |
215 | | - <div class="tagline">The Model Context Protocol Manager</div> |
| 215 | + <div class="tagline">Model Context Protocol Management Tool</div> |
216 | 216 | </header> |
217 | 217 |
|
218 | 218 | <div class="coming-soon"> |
219 | 219 | <h2>🚀 Quick Installation</h2> |
220 | 220 | <p>Install MCP with a single command:</p> |
221 | 221 | <code><span class="command-prompt">$</span> curl -sSL https://getmcp.sh/install | bash</code> |
222 | | - <p>MCP is a Homebrew-like service for managing Model Context Protocol (MCP) configs and servers.</p> |
| 222 | + <p>MCP Manager is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.</p> |
223 | 223 | </div> |
224 | 224 |
|
225 | 225 | <h2>What to Expect</h2> |
| 226 | + <h2>Available Features</h2> |
226 | 227 | <div class="features"> |
227 | 228 | <div class="feature"> |
228 | | - <h3><span>🧩</span> Simple Config Installation</h3> |
229 | | - <p>Install Model Context Protocol configs with a single command:</p> |
230 | | - <code><span class="command-prompt">$</span> mcp install claude-config</code> |
| 229 | + <h3><span>👥</span> Client Management</h3> |
| 230 | + <p>Easily switch between and manage MCP clients:</p> |
| 231 | + <code><span class="command-prompt">$</span> mcp client set claude-desktop</code> |
231 | 232 | </div> |
232 | 233 |
|
233 | 234 | <div class="feature"> |
234 | | - <h3><span>🔄</span> Easy Updates</h3> |
235 | | - <p>Keep your MCP configs up to date effortlessly:</p> |
236 | | - <code><span class="command-prompt">$</span> mcp update</code> |
| 235 | + <h3><span>📋</span> Server Listing</h3> |
| 236 | + <p>View all your installed MCP servers:</p> |
| 237 | + <code><span class="command-prompt">$</span> mcp list</code> |
237 | 238 | </div> |
238 | 239 |
|
239 | 240 | <div class="feature"> |
240 | | - <h3><span>🔍</span> Config Discovery</h3> |
241 | | - <p>Find available Model Context Protocol configs:</p> |
242 | | - <code><span class="command-prompt">$</span> mcp search</code> |
| 241 | + <h3><span>⚙️</span> Server Management</h3> |
| 242 | + <p>Control your MCP server processes with ease:</p> |
| 243 | + <code><span class="command-prompt">$</span> mcp server start my-server</code> |
243 | 244 | </div> |
244 | 245 |
|
245 | 246 | <div class="feature"> |
246 | | - <h3><span>⚙️</span> Server Management</h3> |
247 | | - <p>Streamlined configuration and management for Model Context Protocol servers:</p> |
248 | | - <code><span class="command-prompt">$</span> mcp server config</code> |
| 247 | + <h3><span>🔀</span> Server Toggling</h3> |
| 248 | + <p>Enable or disable servers for specific clients:</p> |
| 249 | + <code><span class="command-prompt">$</span> mcp toggle my-server</code> |
| 250 | + </div> |
| 251 | + </div> |
| 252 | + |
| 253 | + <h2>Coming Soon</h2> |
| 254 | + <div class="features"> |
| 255 | + <div class="feature"> |
| 256 | + <h3><span>🧩</span> Simple Server Installation</h3> |
| 257 | + <p>Install MCP servers with a single command:</p> |
| 258 | + <code><span class="command-prompt">$</span> mcp install claude-config</code> |
| 259 | + </div> |
| 260 | + |
| 261 | + <div class="feature"> |
| 262 | + <h3><span>🔍</span> Server Discovery</h3> |
| 263 | + <p>Find available Model Context Protocol servers:</p> |
| 264 | + <code><span class="command-prompt">$</span> mcp search</code> |
249 | 265 | </div> |
250 | 266 | </div> |
251 | 267 |
|
252 | 268 | <div class="clients"> |
253 | | - <h2>Supported Configs</h2> |
254 | | - <p>Our initial release will include config support for:</p> |
| 269 | + <h2>Supported Clients</h2> |
| 270 | + <p>MCP currently supports these AI clients:</p> |
255 | 271 | <ul> |
256 | | - <li><strong>Claude Desktop</strong> - Configs for Anthropic's Model Context Protocol client</li> |
257 | | - <li><em>More Model Context Protocol configs coming soon...</em></li> |
| 272 | + <li><strong>Claude Desktop</strong> - Anthropic's AI assistant</li> |
| 273 | + <li><strong>Windsurf</strong> - The world's first agentic IDE</li> |
| 274 | + <li><strong>Cursor</strong> - AI-enhanced code editor</li> |
| 275 | + <li><em>More clients coming soon...</em></li> |
258 | 276 | </ul> |
259 | 277 | </div> |
260 | 278 |
|
261 | 279 | <footer> |
262 | | - <p>© 2025 MCP Project | <a href="https://github.com/pathintegral-xyz/getmcp.sh">GitHub</a></p> |
| 280 | + <p>© 2025 MCP Manager | <a href="https://github.com/pathintegral-xyz/getmcp.sh">GitHub</a></p> |
263 | 281 | </footer> |
264 | 282 | </div> |
265 | 283 | </body> |
|
0 commit comments