Skip to content
VS Code

Exomem for VS Code

io.github.artexis10/exomem

Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search.

client:VS Code transport:stdio runtime:pypi

Install Exomem in VS Code

.vscode/mcp.json

{
  "servers": {
    "exomem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "exomem"
      ]
    }
  }
}

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

Exomem in other clients