Skip to main content
Glama

MCP Goodnews

Apache 2.0
28
  • Linux
  • Apple
help: ## Show all Makefile targets. @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[33m%-30s\033[0m %s\n", $$1, $$2}' format: ## Run code autoformatters (black). pre-commit install git ls-files | xargs pre-commit run black --files lint: ## Run linters: pre-commit (black, ruff, codespell) and mypy pre-commit install && git ls-files | xargs pre-commit run --show-diff-on-failure --files test: pytest tests -v --capture=no coverage: # for ci purposes pytest --cov mcp_goodnews --cov-report=xml 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/VectorInstitute/mcp-goodnews'

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