Back to MCP Servers

Last9

Seamlessly bring real-time production context—logs, metrics, and traces—into your local environment to auto-fix code faster

monitoring

Installation

npx -y last9-mcp-server

Configuration

{
  "mcpServers": {
    "last9-mcp-server": {
      "command": "npx",
      "args": ["-y", "last9-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub