Persistent memory and receipt-verified workflows for Claude Code — plugin, MCP server, and spec-driven dev framework in one pip install.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"attune-ai": {
"command": "npx",
"args": [
"-y",
"Smart-AI-Memory/attune-ai"
]
}
}
}
Run in terminal:
claude mcp add attune-ai npx -y Smart-AI-Memory/attune-ai
Add to .cursor/mcp.json:
{
"mcpServers": {
"attune-ai": {
"command": "npx",
"args": [
"-y",
"Smart-AI-Memory/attune-ai"
]
}
}
}