Skip to main content
Glama

Markdown MCP Server

by huntkil
eslint.config.js606 B
import js from "@eslint/js"; import globals from "globals"; export default [ { files: ["**/*.{js,mjs,cjs}"], languageOptions: { ecmaVersion: 2022, sourceType: "module", globals: { ...globals.node, ...globals.es2022 } }, rules: { ...js.configs.recommended.rules, "no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], "no-console": "warn", "prefer-const": "error", "no-var": "error" } }, { files: ["tests/**/*.js"], languageOptions: { globals: { ...globals.jest } } } ];

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/huntkil/mcp_js'

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