Omninexus MCP Hub - initial deploy (59 tools, 32 MCP servers)

This commit is contained in:
drjones
2026-08-13 23:16:07 +00:00
commit 33a9957dcc
39 changed files with 17637 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Omninexus MCP Hub</title>
<meta name="description" content="Universal MCP hub for AI agents - web scraping, code execution, chart generation, memory vault, and network tools." />
<meta property="og:title" content="Omninexus MCP Hub" />
<meta property="og:description" content="Universal MCP hub for AI agents - web scraping, code execution, chart generation, memory vault, and network tools." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>