Skip to main content
Glama

Calculator MCP Server

MIT License
122
  • Linux
  • Apple
CI.yml561 B
name: CI on: push: branches: - main pull_request: branches: - main jobs: build: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version-file: .python-version - name: Install uv uses: astral-sh/setup-uv@v3 - name: Install dependencies run: uv sync - name: Build package run: uv build - name: Run tests run: uv run python -m unittest discover -s tests

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/githejie/mcp-server-calculator'

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