streamable-httpupdated 20d 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.
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.
インストール
AiAkiv Memory をクライアントに追加します。お使いのものを選んでください。
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`.
スコア
39 / 100
情報不足
- ドキュメント14/25
- メンテナンス19/25
- 信頼性9/20
- 機能0/15
- 導入のしやすさ12/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年7月27日 |