Skip to main content
Glama

mcp-google-sheets

webpack.config.js425 B
const { composePlugins, withNx } = require('@nx/webpack'); const IgnoreDynamicRequire = require('webpack-ignore-dynamic-require'); module.exports = composePlugins(withNx(), (config) => { config.plugins.push(new IgnoreDynamicRequire()); config.externals = { 'isolated-vm': 'commonjs2 isolated-vm', 'utf-8-validate': 'commonjs2 utf-8-validate', 'bufferutil': 'commonjs2 bufferutil' }; return config; });

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/activepieces/activepieces'

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