We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smian0/mcp-agile-flow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[flake8]
max-line-length = 88
extend-ignore = E203, W503, E501
per-file-ignores =
# Allow undefined names in memory tools
src/mcp_agile_flow/register_memory_tools.py: F821
# Ignore import, whitespace, and undefined name issues in test files
tests/**/*.py: F401, E402, F821, E712, W191, E101, W293
# Additional ignores for archived tests
tests/archive/**/*.py: F401, E402, F821, E712, E731, W191, E101, W293