Skip to main content
Glama

Universal MCP Server Framework

by appdevlpr
tailwind.config.js291 B
/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, // Make sure you have a plugins section like this plugins: [ require('tw-animate-css'), // <-- ADDED THIS LINE ], }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/appdevlpr/universal-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server