Skip to main content
Glama

Medicus CRM MCP Server

by soundrolling
next.config.js328 B
/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { serverComponentsExternalPackages: ['@modelcontextprotocol/sdk'] }, webpack: (config, { isServer }) => { if (isServer) { config.externals.push('@modelcontextprotocol/sdk'); } return config; } } export default 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/soundrolling/crmmcp'

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