streamable-httpupdated 19d ago
Official plugin marketplace for AiAkiv โ long-term memory for AI agents (MemoryWeft). AiAkiv stores your important conversation content as a knowledge graph and recalls it across sessions, folders, and AI clients.
What can you do with AiAkiv Memory?
AiAkiv plugins
Official plugin marketplace for AiAkiv โ long-term memory for AI agents (MemoryWeft). AiAkiv stores your important conversation content as a knowledge graph and recalls it across sessions, folders, and AI clients.
Install
Claude Code
/plugin marketplace add aiakiv/aiakiv-plugins
/plugin install aiakiv@aiakiv
On first use, Claude Code opens an OAuth login in your browser. Sign in / sign up
and approve โ the mweft_* memory tools then appear.
Cursor
One-click: use the Add to Cursor button in the AiAkiv console,
or bundle the plugin from the aiakiv/ directory.
What's inside
aiakiv/โ the AiAkiv memory plugin: remote MCP server (https://mcp.aiakiv.com/mcp) + an onboarding skill. Carries manifests for Claude Code (.claude-plugin/) and Cursor (.cursor-plugin/).
Trust & data
AiAkiv is a hosted service operated by OnMinimum. Content you save leaves your machine and is stored on AiAkiv servers. Terms: https://aiakiv.com/terms ยท Privacy: https://aiakiv.com/privacy.
The plugin files in this repository are released under the MIT License
(see aiakiv/LICENSE); the hosted service is governed
separately by the terms above.
Install
Add AiAkiv Memory to your client. Pick the one you use.
claude mcp add --transport http aiakiv-memory https://mcp.aiakiv.com/mcpcodex mcp add aiakiv-memory --url https://mcp.aiakiv.com/mcp{
"mcpServers": {
"aiakiv-memory": {
"url": "https://mcp.aiakiv.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"aiakiv-memory": {
"type": "http",
"url": "https://mcp.aiakiv.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"aiakiv-memory": {
"url": "https://mcp.aiakiv.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"aiakiv-memory": {
"serverUrl": "https://mcp.aiakiv.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 27, 2026 |