We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SonicDMG/mcp-game-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
next.config.ts•257 B
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
domains: [
"api.dicebear.com",
"storage.googleapis.com",
// add any other domains you use for images here
],
},
};
export default nextConfig;