Skip to main content
Glama

ishika_mcp

by crewAIInc
.pre-commit-config.yaml802 B
repos: - repo: local hooks: - id: ruff name: ruff entry: bash -c 'source .venv/bin/activate && uv run ruff check --config pyproject.toml "$@"' -- language: system pass_filenames: true types: [python] - id: ruff-format name: ruff-format entry: bash -c 'source .venv/bin/activate && uv run ruff format --config pyproject.toml "$@"' -- language: system pass_filenames: true types: [python] - id: mypy name: mypy entry: bash -c 'source .venv/bin/activate && uv run mypy --config-file pyproject.toml "$@"' -- language: system pass_filenames: true types: [python] - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.9.3 hooks: - id: uv-lock

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/crewAIInc/crewAI'

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