MCP Launch Lens
Supports GitHub-backed deployment via the mcp-use GitHub App, enabling automated deployments from GitHub repositories.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Launch Lensassess mcp-gateway for launch readiness"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Launch Lens
A Manufact Cloud MCP App that turns an MCP server into a launch-readiness scorecard: trust, tool UX, docs, observability, marketplace fit, and partner narrative.
Built for the Manufact application as a live proof artifact: a deployed MCP URL, a visual widget, and a dashboard link that shows analytics, evals, logs, and observability.
Why this exists
Most MCP security tools answer: “is this risky?”
MCP Launch Lens answers a broader DevRel question:
Is this MCP integration ready to launch, partner around, and show to real users?
It builds on prior MCP infrastructure work:
@niraven/mcp-gateway— security-first MCP gateway, audit logging, approval gates, run reports.myelin-memory— MCP-native procedural memory for agents.
Related MCP server: Dominion Observatory
Tools
Tool | Purpose | Widget |
| Scores an MCP app/server across launch-readiness dimensions | Yes |
| Creates a DevRel/partnership launch brief | No |
| Compares Manufact Cloud, ChatGPT Apps, Claude, and agent-client paths | No |
Local development
npm install
npm run build
npm run devOpen the inspector at:
http://localhost:3000/inspectorExample call
{
"serverName": "mcp-gateway",
"description": "Security-first MCP gateway with audit logs and approval gates.",
"targetClients": ["Claude", "ChatGPT", "agent clients"],
"hasReadme": true,
"hasScreenshots": false,
"hasObservability": true,
"hasAuthStory": true,
"tools": [
{
"name": "scan-mcp-server",
"description": "Inspect MCP tools, permissions, and docs for launch risks.",
"sideEffect": "read",
"externalNetwork": false,
"hasTimeout": true,
"hasExamples": true
}
]
}Live deployment
Manufact Cloud dashboard: https://manufact.com/cloud/org-bb5b108a-sifrx/servers/38b23d2a-f688-47b7-8425-59e143dcd6e1
Deployment
Fast Manufact-managed deployment:
npx -y mcp-use@latest deploy --no-github -y --org org-bb5b108a-sifrxGitHub-backed deployment after installing the mcp-use GitHub App:
npx -y mcp-use@latest deploy -y --org org-bb5b108a-sifrxApplication proof checklist
Live MCP URL
Manufact Cloud dashboard URL
Widget screenshot
Short walkthrough script
Link to related GitHub proof:
mcp-gateway,myelin
See APPLICATION_PROOF.md for the verified proof package.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Niraven/mcp-launch-lens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server