Claude MCP Server for Observability Demo
Description
# Claude MCP Server for Observability Demo Companion repo to this video: [Claude MCP Server for Observability](https://youtu.be/lWO9M9SpGAg) [](https://www.youtube.com/watch?v=lWO9M9SpGAg) ##…
About
# Claude MCP Server for Observability Demo Companion repo to this video: [Claude MCP Server for Observability](https://youtu.be/lWO9M9SpGAg) [](https://www.youtube.com/watch?v=lWO9M9SpGAg) ## Prerequisites You'll need Claude Desktop…
Details
- Author
- agardnerIT
- GitHub stars
- 3
- Downloads
- 408
- Categories
- AI
Jump to
- Three tools for reading and analyzing logs
- Works with Claude Desktop (free account ok)
- Identifies error sources and their timing
- Suggests remediation actions (e.g., contact person)
- Integrates via the MCP protocol
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Claude MCP Server for Observability DemoCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repo, install dependencies with pip install -r requirements.txt, start the server with python logreader.py, then configure Claude Desktop by editing its config JSON to point to the logreader server. Launch Claude, start a new chat, and ask a question like “I noticed errors in the logs on the 22nd March. Help me investigate.” Claude will use the three server‑provided tools to answer, possibly after asking for permission.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"claude mcp server for observability demo": {
"logreader": {
"command": "uv",
"args": [
"--directory",
"/full/path/claude-mcp-server-observability",
"run",
"logreader.py"
]
}
}
}
}
McpServers
{
"logreader": {
"command": "uv",
"args": [
"--directory",
"/full/path/claude-mcp-server-observability",
"run",
"logreader.py"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

