We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcoeg/mcp-server-ntopng'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
on:
workflow_dispatch:
jobs:
publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: "https://pypi.org/p/mcp-ntopng"
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv python install
- run: uv build
- uses: pypa/gh-action-pypi-publish@release/v1