Skip to main content
Glama

PubMed MCP Server

eslint.config.js755 B
import pluginJs from "@eslint/js"; import globals from "globals"; import tseslint from "typescript-eslint"; const combinedGlobals = { ...globals.browser, ...globals.node }; const trimmedGlobals = Object.fromEntries( Object.entries(combinedGlobals).map(([key, value]) => [key.trim(), value]), ); export default [ { ignores: ["coverage/", "tests/", "dist/", "build/", "node_modules/"], }, { languageOptions: { globals: trimmedGlobals } }, pluginJs.configs.recommended, ...tseslint.configs.recommended, { rules: { "@typescript-eslint/no-unused-vars": [ "error", { argsIgnorePattern: "^_", varsIgnorePattern: "^_", caughtErrorsIgnorePattern: "^_", }, ], }, }, ];

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/cyanheads/pubmed-mcp-server'

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