|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | -<title>Managed Claude Stack — Reproducible AI infrastructure for Claude Code</title> |
7 | | -<meta name="description" content="Your Claude Code environment — packaged, portable, and reproducible. Like Ansible for your AI development environment."> |
| 6 | +<title>MCS — Managed Claude Stack for Claude Code</title> |
| 7 | +<meta name="description" content="Package your Claude Code MCP servers, hooks, skills, and settings into shareable tech packs. Sync across machines and teams in seconds. Like Ansible for AI dev."> |
8 | 8 | <meta name="keywords" content="Claude Code, MCP servers, AI development, configuration management, tech packs, CLI tools, developer tools, Anthropic, Claude, hooks, plugins, macOS"> |
9 | 9 | <meta name="author" content="Bruno Guidolim"> |
10 | 10 | <meta name="theme-color" content="#0d1117"> |
11 | | -<meta property="og:title" content="Managed Claude Stack — Reproducible AI infrastructure for Claude Code"> |
12 | | -<meta property="og:description" content="Package your entire Claude Code setup into shareable tech packs. Sync across machines and teams in seconds."> |
| 11 | +<meta property="og:title" content="MCS — Managed Claude Stack for Claude Code"> |
| 12 | +<meta property="og:description" content="Package your Claude Code MCP servers, hooks, skills, and settings into shareable tech packs. Sync across machines and teams in seconds. Like Ansible for AI dev."> |
13 | 13 | <meta property="og:type" content="website"> |
14 | 14 | <meta property="og:url" content="https://mcs-cli.dev"> |
15 | 15 | <meta property="og:site_name" content="MCS"> |
16 | 16 | <meta property="og:image" content="https://mcs-cli.dev/assets/og-image.png"> |
17 | 17 | <meta property="og:image:width" content="2048"> |
18 | 18 | <meta property="og:image:height" content="2048"> |
19 | 19 | <meta name="twitter:card" content="summary"> |
20 | | -<meta name="twitter:title" content="Managed Claude Stack — Reproducible AI infrastructure for Claude Code"> |
21 | | -<meta name="twitter:description" content="Package your entire Claude Code setup into shareable tech packs. Sync across machines and teams in seconds."> |
| 20 | +<meta name="twitter:title" content="MCS — Managed Claude Stack for Claude Code"> |
| 21 | +<meta name="twitter:description" content="Package your Claude Code MCP servers, hooks, skills, and settings into shareable tech packs. Sync across machines and teams in seconds. Like Ansible for AI dev."> |
22 | 22 | <meta name="twitter:image" content="https://mcs-cli.dev/assets/og-image.png"> |
23 | 23 | <link rel="canonical" href="https://mcs-cli.dev"> |
24 | 24 | <link rel="icon" type="image/svg+xml" href="assets/favicon.svg"> |
|
28 | 28 | <link href="https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700&f[]=satoshi@400,500,700,900&display=swap" rel="stylesheet"> |
29 | 29 | <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet"> |
30 | 30 | <link rel="stylesheet" href="css/style.css"> |
| 31 | +<noscript><style>.fade-in{opacity:1;transform:none}</style></noscript> |
31 | 32 | <script type="application/ld+json"> |
32 | 33 | { |
33 | 34 | "@context": "https://schema.org", |
|
0 commit comments