Skip to main content
Glama

Multi-Database MCP Server

by Nam088
commitlint.config.js872 B
export default { extends: ['@commitlint/config-conventional'], rules: { 'type-enum': [ 2, 'always', [ 'feat', // New feature 'fix', // Bug fix 'docs', // Documentation only changes 'style', // Code style changes (formatting, etc) 'refactor', // Code refactoring 'perf', // Performance improvements 'test', // Adding or updating tests 'build', // Build system changes 'ci', // CI/CD changes 'chore', // Other changes that don't modify src or test files 'revert', // Revert previous commit ], ], 'subject-case': [2, 'never', ['upper-case']], 'subject-empty': [2, 'never'], 'subject-full-stop': [2, 'never', '.'], 'type-case': [2, 'always', 'lower-case'], 'type-empty': [2, 'never'], }, };

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

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