Skip to content

Commit 96dc0d7

Browse files
committed
Update doc based on feedback
1 parent c839bb9 commit 96dc0d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/guides/grafana-mcp-server-gemini.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide shows how to connect Gemini CLI to a Grafana instance using the **Doc
1717
- **Docker Desktop** with the **MCP Toolkit** extension enabled.
1818
- An active **Grafana** instance.
1919

20-
## 1. Provisioning Grafana Access
20+
## Step 1: Provision Grafana access
2121

2222
The MCP server requires a **Service Account Token** to interact with the Grafana API. Service Account Tokens are preferred over personal API keys because they can be revoked independently without affecting user access, and permissions can be scoped more narrowly.
2323

@@ -28,7 +28,7 @@ The MCP server requires a **Service Account Token** to interact with the Grafana
2828

2929
![Create a service account in Grafana](images/create-sa-grafana.webp)
3030

31-
## 2. MCP Server Configuration
31+
## Step 2: Configure the MCP server
3232

3333
The Docker MCP Toolkit provides a pre-configured Grafana catalog item. This connects the LLM to the Grafana API.
3434

@@ -41,7 +41,7 @@ The Docker MCP Toolkit provides a pre-configured Grafana catalog item. This conn
4141

4242
![Configure mcp grafana in docker](images/configure-mcp-grafana.webp)
4343

44-
## 3. Gemini CLI Integration
44+
## Step 3: Integrate Gemini CLI
4545

4646
To register the Docker MCP gateway within Gemini, update your global configuration file located at `~/.gemini/settings.json`.
4747

@@ -58,7 +58,7 @@ Ensure the `mcpServers` object includes the following entry:
5858
}
5959
```
6060

61-
## 4. Operational Validation
61+
## Step 4: Validate the setup
6262

6363
Restart your Gemini CLI session to load the new configuration. Verify the status of the MCP tools by running:
6464

0 commit comments

Comments
 (0)