We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jorben/mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.pre-commit-config.yaml•368 B
# Pre-commit configuration
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: local
hooks:
- id: run-tests
name: Run Tests
entry: npm test
language: system
pass_filenames: false
always_run: true
stages: [pre-commit]
verbose: true