Skip to main content
Glama
background.js446 B
/* global browser */ async function init() { try { const result = await browser.mcpServer.start(); if (result.success) { console.log("MCP server started on port", result.port); } else { console.error("Failed to start MCP server:", result.error); } } catch (e) { console.error("Error starting MCP server:", e); } } browser.runtime.onInstalled.addListener(init); browser.runtime.onStartup.addListener(init);

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/TKasperczyk/thunderbird-mcp'

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