{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "com.multinex/memq",
    "title": "Multinex MemQ",
    "version": "2.7.2"
  },
  "description": "Adaptive memory infrastructure for AI systems. MemQ provides durable recall, reflection, context packing, namespace discovery, commons search, and team memory through an authenticated MCP Streamable HTTP endpoint.",
  "transports": [
    {
      "type": "streamable-http",
      "endpoint": "https://mcp.multinex.ai/mcp/v1",
      "authorization": {
        "type": "oauth2",
        "issuer": "https://billing.multinex.ai",
        "authorization_endpoint": "https://billing.multinex.ai/oauth/authorize",
        "token_endpoint": "https://billing.multinex.ai/oauth/token",
        "registration_endpoint": "https://billing.multinex.ai/oauth/register",
        "scopes": [
          "memq.mcp"
        ]
      }
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": true,
      "names": [
        "add_memory",
        "search_memory",
        "query_memory",
        "recent_memory",
        "reflect_memory",
        "memory_status",
        "namespace_info",
        "commons_search"
      ]
    },
    "resources": {
      "subscribe": false,
      "listChanged": true
    },
    "prompts": {
      "listChanged": false
    }
  },
  "links": {
    "homepage": "https://multinex.ai/memq",
    "documentation": "https://multinex.ai/docs/memq",
    "toolReference": "https://multinex.ai/docs/memq/tools",
    "apiCatalog": "https://multinex.ai/.well-known/api-catalog",
    "oauthProtectedResource": "https://multinex.ai/.well-known/oauth-protected-resource",
    "serverManifest": "https://multinex.ai/mcp/server.json",
    "status": "https://status.multinex.ai"
  }
}
