We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pimzino/spec-workflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Spec Workflow Dashboard</title>
<style>
/* Prevent FOUC */
body {
visibility: hidden;
}
body.loaded {
visibility: visible;
}
</style>
<script type="module" crossorigin src="/main.js"></script>
<link rel="modulepreload" crossorigin href="/i18n.js">
<link rel="stylesheet" crossorigin href="/globals.css">
</head>
<body>
<div id="root"></div>
</body>
</html>