{
    "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
    "version": "1.0",
    "protocolVersion": "2025-06-18",
    "serverInfo": {
        "name": "memex-mcp-server",
        "title": "Memex",
        "version": "2.6.0"
    },
    "description": "Search, read, save, organize, and discuss content in the authenticated user's Memex dashboard.",
    "documentationUrl": "https://docs.memex.garden/for-agents/mcp",
    "transport": {
        "type": "streamable-http",
        "endpoint": "https://api.memex.garden/mcp"
    },
    "capabilities": {
        "tools": {}
    },
    "authentication": {
        "required": true,
        "schemes": ["oauth2"]
    },
    "instructions": "Connect and authenticate, call discover_actions with the user's intent, then call execute_action with the selected actionId and input.",
    "tools": ["dynamic"]
}
