Does Lenses Use Context 7?

Hello

Does Lenses have Context7 setup for it’s MCP server?

Thanks!!!

Indeed we do! You can find our Context 7 organization here and integrate with your AI Assistant/IDE of choice by adding the following to your config file:

"context7": {

      "command": "npx",

      "args": [

        "-y",

        "@upstash/context7-mcp",

        "--api-key",

        "Your-API-Key-Here"

      ]

    }

The easiest way to invoke the Lenses context/docs from a Prompt is by telling the LLM “Please use the Lenses.io documentation in Context7. Show me how to etc…”.

Let me know if you have any questions, and happy prompting!