-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Description
Trying to spin this up locally, building/runnign via Docker:
FROM golang:1.24-alpine AS builder
WORKDIR /app
RUN GOBIN="/go/bin" go install github.com/grafana/mcp-grafana/cmd/mcp-grafana@latest
EXPOSE 8000
ENV GRAFANA_URL="http://grafana:3000"
ENTRYPOINT [ "/go/bin/mcp-grafana", "-sse-address", "0.0.0.0:8000", "-t", "sse" ]
the server comes up, but i can't connect to it (trying via Cursor, but also curling localhost:8000 just gets me 404's/not found. Is there is a specific path needed?
Metadata
Metadata
Assignees
Labels
No labels