Skip to main content
Glama

Sonarr MCP Server

Taskfile.yaml400 B
version: '3' dotenv: - '.env' tasks: install: cmd: | uv sync mcp_inspector: cmd: | npx @modelcontextprotocol/inspector uv run sonarr-mcp --url $SONARR_URL --api-token $SONARR_API_TOKEN build: cmd: | uv build pypi_upload: deps: - build cmd: | uv run twine check dist/* uv run twine upload -u __token__ -p $PYPI_API_TOKEN dist/*

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/MichaelReubenDev/sonarr-mcp'

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