Skip to main content
Glama
index.js234 B
'use strict'; const fs = require('fs'); const os = require('os'); const ID = '__RESOLVED_TMP_DIR__'; if (!global[ID]) { Object.defineProperty(global, ID, { value: fs.realpathSync(os.tmpdir()) }); } module.exports = global[ID];

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/WilliamCloudQi/matlab-mcp-server'

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