Memoryiq — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Memoryiq (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
One Brain. Every AI.
AI-powered shared memory platform. Capture thoughts from anywhere, search by meaning, share knowledge across all your AI tools.
git clone <repo-url>
cd memoryiq
cp .env.example .env.local # Fill in your keys
npm install
npx drizzle-kit migrate
npm run dev| Variable | Description |
|---|---|
| NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY | Clerk publishable key |
| CLERK_SECRET_KEY | Clerk secret key |
| CLERK_WEBHOOK_SECRET | Clerk webhook signing secret |
| DATABASE_URL | Neon pooled connection string |
| DATABASE_URL_UNPOOLED | Neon direct connection (for migrations) |
| OPENROUTER_API_KEY | OpenRouter API key |
| OPENAI_API_KEY | OpenAI API key (fallback) |
| NEXT_PUBLIC_APP_URL | App URL (e.g., https://memoryiq.ai) |
Connect your AI tools using your brain's MCP URL:
{
"mcpServers": {
"memoryiq": {
"url": "https://your-app.vercel.app/api/mcp?key=YOUR_BRAIN_KEY",
"transport": "http"
}
}
}{
"mcpServers": {
"memoryiq": {
"url": "https://your-app.vercel.app/api/mcp?key=YOUR_BRAIN_KEY"
}
}
}{
"github.copilot.chat.mcpServers": {
"memoryiq": {
"url": "https://your-app.vercel.app/api/mcp?key=YOUR_BRAIN_KEY"
}
}
}Find your brain key in Dashboard → Brains → [Brain] → MCP Connection.
Recommended: Vercel + Neon
npx drizzle-kit generate # Generate new migration
npx drizzle-kit migrate # Run migrations~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.