Skip to main content
Glama

Notion MCP Server

eslint.config.js672 B
import eslint from "eslint"; import tseslint from "@typescript-eslint/eslint-plugin"; import tsParser from "@typescript-eslint/parser"; export default [ { ignores: ["dist/**", "node_modules/**"], }, { files: ["**/*.ts"], languageOptions: { parser: tsParser, ecmaVersion: 2022, sourceType: "module", }, plugins: { "@typescript-eslint": tseslint, }, rules: { // Disable rules that are causing issues "no-console": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": "off", }, }, ];

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/ramidecodes/mcp-server-notion'

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