amimori

pleme-io/amimori
★ 0 stars Nix 📦 Other Updated today
amimori (網守) — continuous network profiler with event-driven actor architecture, gRPC streaming, and MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "amimori": {
      "command": "npx",
      "args": [
        "-y",
        "pleme-io/amimori"
      ]
    }
  }
}