Skip to main content
Glama
senseisven

MCP Remote macOS Control Server

by senseisven
next.config.js273 B
/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { appDir: true, }, webpack: (config) => { config.resolve.fallback = { ...config.resolve.fallback, fs: false, }; return config; }, } module.exports = nextConfig

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/senseisven/mcp_macos'

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