{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "universal-memory",
    "title": "Universal Memory",
    "version": "0.4.0"
  },
  "description": "Local-first memory and Agent Skills server for AI coding assistants.",
  "iconUrl": "https://universal-memory.com/umem-mark.svg",
  "documentationUrl": "https://docs.universal-memory.com/",
  "transport": {
    "type": "stdio"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "instructions": "Install the universal-memory package, then launch the local server with: uvx --from universal-memory umem-mcp",
  "tools": "dynamic",
  "resources": [],
  "prompts": [],
  "_meta": {
    "distribution": "https://pypi.org/project/universal-memory/",
    "source": "https://github.com/YanAmorelli/universal-memory",
    "hostedEndpoint": false
  }
}
