Skip to content

Commit 0baa4f4

Browse files
authored
Merge pull request #82 from VictoriaMetrics/helm-charts
Update docs for helm charts and add FAQ section
2 parents 563c892 + f12091e commit 0baa4f4

13 files changed

Lines changed: 20 additions & 517 deletions

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ For building binary from source code you can use the following approach:
121121
# after that you can use docker image mcp-victorialogs for running or pushing
122122
```
123123

124+
### Helm
125+
126+
Check out [VictoriaLogs MCP Server Helm chart](https://docs.victoriametrics.com/helm/victoria-logs-mcp/) documentation for more details about installation using Helm.
127+
124128
## Configuration
125129

126130
MCP Server for VictoriaLogs is configured via environment variables:
@@ -438,6 +442,18 @@ These are just examples at the moment, the prompt library will be added to in th
438442
|--------|-------------------------------------------------------|
439443
| `documentation` | Search VictoriaLogs documentation for specific topics |
440444

445+
## FAQ
446+
447+
### Why is the MCP server using more resources than I would expect from a simple API proxy?
448+
449+
The server contains an embedded vector database with VictoriaMetrics documentation and blog posts for the `documentation` tool.
450+
It helps to answer complex questions about VictoriaLogs without providing all data to LLM.
451+
This is the main source of resource usage. To reduce it, add `documentation` to `MCP_DISABLED_TOOLS` environment variable to completely disable the vector database loading.
452+
453+
### How to use one MCP server instance for several VictoriaMetrics instances?
454+
455+
You can use `MCP_PASSTHROUGH_HEADERS` parameter in the MCP Server together with [Header-based routing in vmauth](https://docs.victoriametrics.com/victoriametrics/vmauth/#routing-by-header) to route MCP calls between instances based on HTTP header values from your MCP client config.
456+
441457
## Roadmap
442458

443459
- [ ] Support "Explain query" tool

k8s/helm/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

k8s/helm/Chart.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

k8s/helm/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# VictoriaLogs MCP Server
2+
3+
Helm charts for VictoriaLogs MCP Server was moved to https://github.com/VictoriaMetrics/helm-charts/tree/master/charts/victoria-logs-mcp
4+
Documentations and setup instructions are available on https://docs.victoriametrics.com/helm/victoria-logs-mcp/

k8s/helm/templates/NOTES.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

k8s/helm/templates/_helpers.tpl

Lines changed: 0 additions & 62 deletions
This file was deleted.

k8s/helm/templates/deployment.yaml

Lines changed: 0 additions & 104 deletions
This file was deleted.

k8s/helm/templates/ingress.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

k8s/helm/templates/route.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

k8s/helm/templates/scrape.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)