Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"infinite-memory": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"-m",
"infinite_memory.server"
],
"env": {
"ENV": "production"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
uvENV=production