Skip to main content
Glama
ee380

Next.js MCP Server Template

by ee380
eslint.config.mjs442 B
import { fixupConfigRules } from "@eslint/compat"; import { FlatCompat } from "@eslint/eslintrc"; import path from "node:path"; import { fileURLToPath } from "node:url"; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); const compat = new FlatCompat({ baseDirectory: __dirname, }); const config = [ ...fixupConfigRules(compat.extends("next/core-web-vitals")), ]; export default config;

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/ee380/model-context-protocol-mcp-with-next-js'

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