@storybloq/lenses
OfficialClick 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., "@@storybloq/lensesrun a multi-lens review on this PR"
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.
@storybloq/lenses
Multi-lens code review MCP server — 8 specialized reviewers run in parallel, with findings deduplicated, confidence-filtered, and rolled into a single verdict.
Installation
npm install -g @storybloq/lensesRelated MCP server: MCP Code Crosscheck
Register with Claude Code
claude mcp add lenses -s user -- lenses --mcpAfter registration, three tools become available in your Claude Code session:
lens_review_start— Returns{reviewId, agents: [{id, model, promptHash, expiresAt}], cached}. Refs-not-prompts shape keeps the hop-1 payload small; fetch the actual prompt for each agent vialens_review_get_promptbefore spawning.lens_review_get_prompt— Looks up the full prompt for one lens in an active review. Stateless per(reviewId, lensId).lens_review_complete— Accepts the subagent outputs (with optionalattemptfor retry) and returns the merged verdict. The envelope includesparseErrors[],deferred[],suppressedFindingCount,hadAnyFindings, andnextActions[]for the cooperative retry protocol.
Architecture
See CLAUDE.md in the source repository for the two-hop flow, lens activation logic, merger semantics, and session caching.
License
PolyForm-Noncommercial-1.0.0
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
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/Storybloq/lenses'
If you have feedback or need assistance with the MCP directory API, please join our Discord server