A plugin-based local long-term memory MCP server for Claude Code, designed for cross-repository agent collaboration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kizuna": {
"command": "npx",
"args": [
"-y",
"toshio-shiratori/kizuna"
]
}
}
}
Run in terminal:
claude mcp add kizuna npx -y toshio-shiratori/kizuna
Add to .cursor/mcp.json:
{
"mcpServers": {
"kizuna": {
"command": "npx",
"args": [
"-y",
"toshio-shiratori/kizuna"
]
}
}
}