Skip to main content
Glama

Integrated MCP Server

by patelnav
tailwind.config.cjs649 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ // Be specific about which TypeScript/JavaScript files to scan './src/panel/**/*.{js,ts,jsx,tsx}', './src/panel/components/**/*.{js,ts,jsx,tsx}', // Exclude test files and node_modules '!./src/**/*.test.{js,ts,jsx,tsx}', '!./src/**/__tests__/**', '!./src/**/node_modules/**' ], darkMode: 'class', theme: { extend: { colors: { border: 'var(--app-border)', background: 'var(--app-background)', foreground: 'var(--app-foreground)', }, }, }, plugins: [ require('tailwindcss-animate') ], }

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/patelnav/my-tools-mcp'

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