目录 / MoteCloud Memory
MoteCloud Memory
# Motecloud Memory MCP Motecloud is durable memory infrastructure for AI agents. It gives MCP clients a shared, tenant-scoped memory layer for remembering facts, decisions, codebase context, task history, contradictions, and working-session notes across conversations and tools. Use Motecloud when your agent needs more than chat history: long-lived graph memory, hybrid semantic search, task context priming, real-time session capture, and safe memory writes with OAuth-based access control. ## What It Provides - Persistent graph memory for agents and teams - Ranked context preparation before a task - Hybrid lexical and semantic memory search - Working-memory sessions with append, flush, and close lifecycle - Durable fact ingestion with memory types and contradiction awareness - Skill-based tool loading so clients expose only the capabilities they need - OAuth 2.1 authentication with standard MCP Streamable HTTP transport ## Best For - Coding agents that need repo and task memory across sessions - Autonomous agents that need durable context instead of repeated re-discovery - Teams that want shared AI memory with tenant isolation - Workflows where decisions, findings, and reusable knowledge should survive beyond one chat ## Endpoint `https://motecloud.io/mcp`
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://memory--motecloud.run.tools
{
"mcpServers": {
"MoteCloud Memory": {
"url": "https://memory--motecloud.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| capability_search | Search the public MoteCloud MCP catalog across tools, prompts, resources, and skills. |
| skill_activate | Activate one public skill bundle for the current MCP session and reveal its tools. |
| skill_deactivate | Deactivate one public skill bundle for the current MCP session and hide its tools. |
| skill_status | Show the skills that are active for the current MCP session. |
| billing_balance | Read the current tenant billing balance and subscription status. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。