II.
ToolServer JSON
Structured · livetool-server:mcp-cloudflare-memory
Cloudflare Agent Memory MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-cloudflare-memory",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-memory-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Cloudflare Agent Memory MCP Server",
"description": "MCP server bridging AI agents to Cloudflare's Durable Objects-backed\npersistent memory service. Enables ingest, remember, recall, and forget\noperations against a Cloudflare-managed memory store. Team-shared memory\nprofiles make stored memories accessible to any agent or user in the same\nnamespace. Runs as a Cloudflare Worker with stdio or HTTP transport.\n",
"protocol": "mcp",
"category": "memory",
"repoUrl": "https://github.com/cloudflare/mcp-server-cloudflare",
"maintainer": "Cloudflare",
"mcpTransports": [
"mcp-transport:stdio",
"mcp-transport:http"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-cloudflare-memory",
"to": "tool:cloudflare-agent-memory",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-cloudflare-memory",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}