Servers
HAR MCP Server
@tjamet
A MCP server for parsing and analyzing HAR (HTTP Archive) files
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github": {
"command": "go",
"args": [
"run",
"github.com/tjamet/har-mcp/cmd/har-mcp@main"
]
}
}
}