Skip to main content
Glama

dev-kit-mcp-server

code-checks.yml544 B
name: Code Quality on: pull_request: workflow_dispatch: jobs: pre-commit-hooks: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - uses: astral-sh/setup-uv@v7 with: enable-cache: true - run: uv python install 3.12 - run: make check typecheck: name: Types Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - uses: astral-sh/setup-uv@v7 with: enable-cache: true - run: uv python install 3.12 - run: make mypy

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/DanielAvdar/dev-kit-mcp-server'

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