Skip to main content
Glama

mcp-nixos

by utensils
next.config.js442 B
/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', // Enable static exports for S3/CloudFront distDir: 'out', // Output directory for static export images: { unoptimized: true, // Required for static export }, reactStrictMode: true, // Allow cross-origin requests during development (for VS Code browser preview) allowedDevOrigins: [ '127.0.0.1', ], }; module.exports = nextConfig;

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/utensils/mcp-nixos'

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