Skip to main content
Glama
joelmnz

Article Manager MCP Server

by joelmnz
useTheme.ts220 B
/** * Utility hook for detecting the current theme */ export function useTheme(): 'dark' | 'light' { const theme = document.documentElement.getAttribute('data-theme'); return theme === 'dark' ? 'dark' : 'light'; }

Latest Blog Posts

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/joelmnz/mcp-markdown-manager'

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