Skip to content
VS Code

Ace Memory for VS Code

io.github.rudedoggg/ace-memory

Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.

client:VS Code transport:streamable-http

Install Ace Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "ace-memory": {
      "type": "http",
      "url": "https://ais.agentsandswarms.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ace Memory in other clients