Skip to main content
Glama

Rijksmuseum MCP Server

by r-huijts
MIT License
22
57
  • Apple
  • Linux
SystemIntegration.js389 B
import { exec } from 'child_process'; import { promisify } from 'util'; export class SystemIntegration { static async openInBrowser(url) { const cmd = process.platform === 'win32' ? 'start' : process.platform === 'darwin' ? 'open' : 'xdg-open'; await this.execAsync(`${cmd} "${url}"`); } } SystemIntegration.execAsync = promisify(exec);

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/r-huijts/rijksmuseum-mcp'

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