Skip to main content
Glama

Bear MCP Server

python-app.yaml546 B
name: Python Application on: push: branches: [main] pull_request: jobs: test: runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v5 with: enable-cache: true - name: Set up Python uses: actions/setup-python@v5 with: python-version-file: pyproject.toml - name: Install the project run: uv sync --all-extras --dev - name: Check files run: uv run pre-commit run -a

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/jkawamoto/mcp-bear'

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