Skip to main content
Glama

argocd-mcp

pyproject.toml1.16 kB
[project] name = "argocd-mcp" version = "0.1.0" description = "An MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling agentic tools to manage ArgoCD through natural language interactions. " readme = "README.md" requires-python = ">=3.12" dependencies = [ "dotenv>=0.9.9", "httpx>=0.28.1", "mcp[cli]>=1.4.1", ] [tool.setuptools] packages = ["api", "models", "tools", "utils"] [tool.mypy] python_version = "3.12" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true disallow_incomplete_defs = true check_untyped_defs = true disallow_untyped_decorators = true no_implicit_optional = true strict_optional = true namespace_packages = true explicit_package_bases = true ignore_missing_imports = true # Exclude the main package name from checks exclude = [ "^argocd-mcp$", ] # Focus only on individual modules [[tool.mypy.overrides]] module = ["api.*", "models.*", "tools.*", "utils.*"] disallow_untyped_defs = true [[tool.mypy.overrides]] module = ["server"] disallow_untyped_defs = true [[tool.mypy.overrides]] module = ["mcp.*", "dotenv.*", "httpx.*"] ignore_missing_imports = true

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/severity1/argocd-mcp'

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