71
/ 100
9 days ago
glama

MCP Server — FastAPI

A FastAPI-based MCP server providing automation and AI-powered tools for performance testing, security scanning, browser automation, code review, code generation, knowledge retrieval, and design collaboration via both REST API and MCP protocol.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: AWS_SECRET_ACCESS_KEY, BACKLOG_API_KEY, AUTH_JWT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLURE_RESULTS_DIR
configASSET_URL
configFOLDER_PATH
configPLAYWRIGHT_OUTPUT_DIR
configPLAYWRIGHT_TEST_TIMEOUT_MS
configENVIRONMENT
configAWS_ACCESS_KEY_IDYes AWS credentials
🔐 secretAWS_SECRET_ACCESS_KEYYes AWS credentials
configAWS_REGIONYes AWS region for S3, DynamoDB, Bedrock, etc.
configBASE_URL
configOWASP_ZAP_PORT
configZAP_RESTART_TIMEOUT_SECONDS
configZAP_READY_STABLE_SUCCESS_COUNT
configS3_BUCKET_NAMEYes S3 bucket for uploads and report storage
configALLURE_S3_FOLDER
configALLURE_S3_RUN_SUBPATH
configSLACK_HOOKNo Slack incoming webhook URL for job notifications
configSLACK_CHANNELNo Slack channel for notifications
configSELENIUM_NODE_ADDRESS
configPAIR_NODE_COUNT
configSELENIUM_PORT
configOMNIPARSER_URL
configKB_RELEVANCE_THRESHOLD
configINIT_S3_FOLDER
configREDIS_HOSTYes Redis host for Miro OAuth state and per-user token storage
configREDIS_PORTYes Redis port (default 6379 in Docker Compose)
configBACKLOG_DOMAINNo Backlog domain for backlog sync jobs
🔐 secretBACKLOG_API_KEYNo Backlog API key
configBACKLOG_PROJECT_KEYSNo Comma-separated Backlog project keys
configAWS_BEDROCK_LLM_MODELYes Bedrock model ID (e.g. anthropic.claude-3-haiku-20240307-v1:0)
configAWS_BEDROCK_LLM_MAX_TOKENS
configPLAYWRIGHT_CONVERSE_MAX_TURNS
configPLAYWRIGHT_CONVERSE_MAX_TOOL_RESULT_CHARS
configPLAYWRIGHT_CONVERSE_TOKEN_WARN_THRESHOLD
configBEDROCK_AGENT_IDNo AWS Bedrock Agent ID
configBEDROCK_AGENT_ALIAS_IDNo AWS Bedrock Agent Alias ID
configLLM_LOCAL_BASE_URLNo Base URL for local LLM (e.g. Ollama: http://localhost:11434)
configLLM_LOCAL_MODELNo Local LLM model name (e.g. qwen2.5:3b)
configLLM_LOCAL_TIMEOUT
🔐 secretAUTH_JWT_SECRETYes JWT secret for AuthMiddleware
configARCHIVE_MAX_SIZE
configARCHIVE_MAX_FILES
configBROWSER_JOB_MAX_CONCURRENCY
configECS_CLUSTER_NAME
configECS_LAUNCH_TYPE
configECS_SUBNETS_IDS
configECS_SECURITY_GROUPS_IDS
configECS_ASSIGN_PUBLIC_IP
configVISION_API_URL
configVISION_LAMBDA_FUNCTION_NAME
configAWS_DEFAULT_REGION
configZAP_WORKER_TIMEOUT_S
configZAP_FULL_TIMEOUT_S
configZAP_SCENARIO_TIMEOUT_S
configZAP_WEBSITE_TIMEOUT_S
configZAP_WATCHDOG_INTERVAL_S
configZAP_WATCHDOG_GRACE_S
configZAP_SLOT_QUEUE_TIMEOUT_S
configDISPLAY
configINGESTION_POLL_INTERVAL_SECONDS
configINGESTION_MAX_WAIT_SECONDS
configINGESTION_MAX_CONFLICT_RETRIES
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/vandien284-mcp-server-mygbsc)](https://m8ven.ai/mcp/vandien284-mcp-server-mygbsc)
commit: 997ab522d28a833657bcff7878e3dcf9d1b29233
code hash: a36bafaa73042795d60d7882991a822ee8d44f977a29102230f889205058d30b
verified: 7/22/2026, 8:46:40 AM
view raw JSON →