Skip to main content
Glama

Nexus MCP Server

.pre-commit-config.yaml1.13 kB
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-json - id: check-merge-conflict - id: check-added-large-files - repo: https://github.com/gitleaks/gitleaks rev: v8.27.2 hooks: - id: gitleaks - repo: local hooks: - id: eslint name: ESLint entry: npm run lint language: system files: \.(js|jsx|ts|tsx)$ require_serial: false - id: prettier name: Prettier entry: npm run format:check language: system files: \.(js|jsx|ts|tsx|json|css|md|yml|yaml)$ require_serial: false - id: typescript-build name: TypeScript Build entry: npm run build language: system files: \.(ts|tsx)$ require_serial: false pass_filenames: false - id: vitest name: Vitest Tests entry: npm test language: system files: \.(ts|tsx)$ require_serial: false pass_filenames: false

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/adawalli/nexus'

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