# Lenses MCP Server

- [Getting Started](https://docs.lenses.io/latest/mcp/lenses-mcp-server/getting-started.md): This page describes how to use and configure the Lenses MCP server.
- [Run with Community Edition](https://docs.lenses.io/latest/mcp/lenses-mcp-server/getting-started/run-with-community-edition.md): The fastest way to try the MCP server is to use Lenses Community Edition, which runs Lenses MCP Server as a remote server and comes with a pre-configured single broker Kafka cluster with demo data.
- [Run with Docker](https://docs.lenses.io/latest/mcp/lenses-mcp-server/getting-started/run-with-docker.md): You can run Lenses MCP Server by cloning the source code, building a Docker image and running it as a remote MCP server (using the HTTP transport).
- [Configuration](https://docs.lenses.io/latest/mcp/lenses-mcp-server/getting-started/configuration.md): This pages describes how to configure the Lenses MCP Server.
- [List of included tools](https://docs.lenses.io/latest/mcp/lenses-mcp-server/getting-started/list-of-included-tools.md): This pages describes the tools available in the Lenses MCP Server.
- [List of included prompts](https://docs.lenses.io/latest/mcp/lenses-mcp-server/getting-started/list-of-included-prompts.md): This pages describes the Prompts available in the Lenses MCP Server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lenses.io/latest/mcp/lenses-mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
