amimori (網守) — continuous network profiler with event-driven actor architecture, gRPC streaming, and MCP server
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"
]
}
}
}
Run in terminal:
claude mcp add amimori npx -y pleme-io/amimori
Add to .cursor/mcp.json:
{
"mcpServers": {
"amimori": {
"command": "npx",
"args": [
"-y",
"pleme-io/amimori"
]
}
}
}