|
5 | 5 | <head> |
6 | 6 | <meta charset="UTF-8"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
8 | | - <title>MCPM - Model Context Protocol Manager | mcpm.sh</title> |
| 8 | + <title>MCPM - MCP Manager | mcpm.sh</title> |
| 9 | + |
| 10 | + <!-- Primary Meta Tags --> |
| 11 | + <meta name="title" content="MCPM - MCP Manager | mcpm.sh"> |
| 12 | + <meta name="description" content="Open source, community-driven, forever free. A Homebrew-like service for managing Model Context Protocol (MCP) servers across clients."> |
| 13 | + <meta name="keywords" content="MCPM, Model Context Protocol, AI, machine learning, open source, CLI, package manager"> |
| 14 | + |
| 15 | + <!-- Open Graph / Facebook --> |
| 16 | + <meta property="og:type" content="website"> |
| 17 | + <meta property="og:url" content="https://mcpm.sh/"> |
| 18 | + <meta property="og:title" content="MCPM - MCP Manager | mcpm.sh"> |
| 19 | + <meta property="og:description" content="Open source, community-driven, forever free. A Homebrew-like service for managing Model Context Protocol (MCP) servers across clients."> |
| 20 | + <meta property="og:image" content="https://mcpm.sh/assets/images/mcpm-social.png"> |
| 21 | + |
| 22 | + <!-- Twitter --> |
| 23 | + <meta property="twitter:card" content="summary_large_image"> |
| 24 | + <meta property="twitter:url" content="https://mcpm.sh/"> |
| 25 | + <meta property="twitter:title" content="MCPM - MCP Manager | mcpm.sh"> |
| 26 | + <meta property="twitter:description" content="Open source, community-driven, forever free. A Homebrew-like service for managing Model Context Protocol (MCP) servers across clients."> |
| 27 | + <meta property="twitter:image" content="https://mcpm.sh/assets/images/mcpm-social.png"> |
| 28 | + |
9 | 29 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
10 | 30 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
11 | 31 | <link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet"> |
@@ -331,7 +351,7 @@ <h2>Quick Installation</h2> |
331 | 351 | </div> |
332 | 352 | </div> |
333 | 353 | </div> |
334 | | - <p>Model Context Protocol Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.</p> |
| 354 | + <p>MCP Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.</p> |
335 | 355 | </div> |
336 | 356 |
|
337 | 357 | <h2>Available Features</h2> |
|
0 commit comments