We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lgazo/drawio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ARCHITECTURE.md•698 B
# Architecture
## Core Capabilities
- **Bi-directional Communication**: Real-time interaction between MCP clients and Draw.io
- **WebSocket Bridge**: Built-in WebSocket server (port 3333) for browser extension connectivity
- **Standardized Protocol**: Full MCP compliance for seamless agent integration
- **Debugging Support**: Integrated with Chrome DevTools via `--inspect` flag
## Architecture Highlights
- Event-driven system using Node.js EventEmitter
- `ws` WebSocket server for extension connectivity
- Zod schema validation for all tool parameters
- Plugin-ready design for additional tool development
*Note: Additional tools can be easily added by extending the server implementation.*