Skip to content

SSE mode not working? #40

@sjoeboo

Description

@sjoeboo

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions