Skip to main content
Glama

Acemcp

by qy527145
.pre-commit-config.yaml735 B
repos: - repo: local # fail_fast: false hooks: # 执行ruff check并修复 - id: ruff-check name: Ruff Check # entry: cmd /c "uv run ruff check --preview --fix --unsafe-fixes || exit /b 0" entry: uv run ruff check --preview --fix --unsafe-fixes language: system types: [python] pass_filenames: false # 执行ruff格式化 - id: ruff-format name: Ruff Format entry: uv run ruff format language: system types: [python] pass_filenames: false # 最后执行uv sync - id: uv-sync name: UV Sync entry: uv sync language: system types: [python] 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/qy527145/acemcp'

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