Agent Tools
Back to MCP servers
● degraded

# 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`

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/motecloud/memory/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/motecloud/memory/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://motecloud.io
Listed at (smithery)
https://motecloud.io