Skip to main content
Glama
.eslintrc.jsโ€ข660 B
module.exports = { 'env': { 'browser': true, 'commonjs': true, 'node': true, 'es6': true }, 'parserOptions': { 'ecmaVersion': 8 }, 'extends': 'eslint:recommended', 'rules': { 'indent': [ 'error', 2, { 'FunctionDeclaration': { 'parameters': 'first' }, 'FunctionExpression': { 'parameters': 'first' }, 'CallExpression': { 'arguments': 'first' } } ], 'linebreak-style': [ 'error', 'unix' ], 'quotes': [ 'error', 'single' ], 'semi': [ 'error', 'always' ] } };

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/MyronKoch-dev/osmosis-mcp-server'

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