Skip to main content
Glama
.eslintrc.cjs381 B
module.exports = { extends: ["@si/eslint-config/base"], rules: { // these don't actually exist in our weird node/esm setup "no-restricted-globals": ["error", "__filename", "__dirname"], "@typescript-eslint/no-unused-vars": [ "warn", { argsIgnorePattern: "^_|^(ctx|next)$" // varsIgnorePattern: "^_|^(props|emit)$", } ] } };

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/systeminit/si'

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