jbmattos03/loki-mcp-server
3.2
If you are the rightful owner of loki-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Python implementation of an MCP server for Grafana Loki.
loki-mcp-server
A Python implementation an MCP server for Grafana Loki.
How to add to Cursor
Add the following json to mcp.json
:
{
"loki-mcp-server": {
"command": "uv",
"args": [
"--directory",
"<full-path-to>/loki-mcp-server",
"run",
"src/main.py"
]
}
}