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
By last9
Installation
npx -y last9-mcp-serverConfiguration
{
"mcpServers": {
"last9-mcp-server": {
"command": "npx",
"args": ["-y", "last9-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes