-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (68 loc) · 2.84 KB
/
Copy pathindex.html
File metadata and controls
76 lines (68 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/mcp.svg" />
<!-- Add other favicon sizes/formats if you have them -->
<!-- e.g., <link rel="apple-touch-icon" href="/apple-touch-icon.png"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO: Core Meta Tags -->
<title>
Remote MCP Server Registry | Discover Remote Model Context Protocol
Servers
</title>
<meta
name="description"
content="Explore a community-maintained list of remote Model Context Protocol (MCP) servers. Find, learn about, and check the reachability of MCP-enabled services." />
<meta
name="keywords"
content="MCP, Model Context Protocol, Server Registry, AI Agents, MCP Servers, API, Developer Tools, AI Integration" />
<link rel="canonical" href="https://remote-mcp-servers.com/" />
<!-- SEO: Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://remote-mcp-servers.com/" />
<!-- IMPORTANT: Replace -->
<meta
property="og:title"
content="MCP Server Registry | Discover Model Context Protocol Servers" />
<meta
property="og:description"
content="Explore a community-maintained list of Model Context Protocol (MCP) servers. Find, learn about, and check the reachability of MCP-enabled services." />
<meta
property="og:image"
content="https://remote-mcp-servers.com/mcp-registry-og-image.png" />
<meta property="og:site_name" content="MCP Server Registry" />
<!-- SEO: Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://remote-mcp-servers.com/" />
<meta
name="twitter:title"
content="Remote MCP Server Registry | Discover Remote Model Context Protocol Servers" />
<meta
name="twitter:description"
content="Explore a community-maintained list of remote Model Context Protocol (MCP) servers. Find, learn about, and check the reachability of MCP-enabled services." />
<meta
name="twitter:image"
content="https://remote-mcp-servers.com/mcp-registry-og-image.png" />
<!-- Theme Color for Mobile Browsers -->
<meta name="theme-color" content="#1976D2" />
<!-- Example MUI primary color, adjust to your theme -->
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TTN1VTX19K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-TTN1VTX19K');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>