Skip to main content
Glama
index.js512 B
/** * WordPress dependencies */ import { __ } from '@wordpress/i18n'; import { createRoot } from '@wordpress/element'; /** * Internal dependencies */ import './settings/style.css'; import { SettingsApp } from './settings'; // Initialize the app when the DOM is ready document.addEventListener( 'DOMContentLoaded', function () { const container = document.getElementById( 'wordpress-mcp-settings-app' ); if ( container ) { const root = createRoot( container ); root.render( <SettingsApp /> ); } } );

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/Automattic/wordpress-mcp'

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