Skip to main content
Glama

Echo MCP Server

by piebro
publish.yml658 B
name: Publish to PyPI on: push: tags: - 'v*' jobs: deploy: runs-on: ubuntu-latest environment: name: pypi url: https://pypi.org/p/echo-mcp-server-for-testing permissions: id-token: write steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install uv run: | curl -LsSf https://astral.sh/uv/install.sh | sh - name: Build package run: uv build - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1

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/piebro/echo-mcp-server-for-testing'

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