We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.html•917 B
<!doctype html>
<html lang="en-US" dir="ltr">
<head>
<title>Code-Samples | KoliBri – Public UI</title>
<meta charset="UTF-8" />
<meta name="description" content="Webapp demonstrating KolBri-components with React." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="/assets/kolibri.ico" />
<!-- We include all the important fonts in the index.html here so that they are available for the theme tests. -->
<link rel="stylesheet" href="/assets/kolicons/style.css" />
<link rel="stylesheet" href="/assets/fontawesome-free/css/all.min.css" />
<meta name="robots" content="noindex" />
<meta name="kolibri" content="dev-mode=false;experimental-mode=true;" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<noscript>This website requires JavaScript.</noscript>
</body>
</html>