Skip to main content
Glama

Argus

by athapong
pyproject.toml549 B
[project] name = "argus" version = "0.1.1" description = "Argus: GitLab Repository Analysis and Security Tools" authors = [ {name = "Athapong Kaewsalapoom", email = "athapong.k@gmail.com"}, ] dependencies = [ "fastmcp>=0.4.1", "gitpython>=3.1.42", "uvicorn>=0.34.0", ] requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"} [project.scripts] argus = "panopticon.main:mcp.run" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/panopticon"]

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/athapong/argus'

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