We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tomdwipo/agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•473 B
[project]
name = "agent"
version = "1.0.0"
description = "The SDLC Agent Workflow is a production-ready AI platform that automates key aspects of software development, starting with audio transcription and document generation, with a comprehensive roadmap to become a complete SDLC automation solution."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=4.0.0",
"openai-whisper>=20231117",
"openai>=1.0.0",
"python-dotenv>=1.0.0",
]