Quality Screener MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Bind port for HTTP transports (Railway sets this automatically) | |
| QSCREENER_TOKEN | No | Bearer-token override for stdio mode (single user) | |
| QSCREENER_API_URL | No | Base URL of the Quality Screener backend API the tools call | http://localhost:8001 |
| QSCREENER_MCP_HOST | No | Bind host for HTTP transports | 0.0.0.0 |
| QSCREENER_MCP_PORT | No | Bind port fallback when PORT is unset | 8080 |
| QSCREENER_CONFIG_DIR | No | Directory holding credentials.json for stdio mode | ~/.config/qscreener |
| QSCREENER_WEBSITE_URL | No | Web-app base URL used to build the OAuth browser-login link and shareable screen URLs | http://localhost:3001 |
| QSCREENER_MCP_TRANSPORT | No | Transport mode: stdio, streamable-http, or sse | stdio |
| QSCREENER_MCP_PUBLIC_URL | No | Publicly reachable base URL of this server; used to build the OAuth callback URL | http://localhost:{PORT|8080} |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/quality-screener/quality-screener-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server