# Browse Remote-Capable Glama MCP Servers

**Use case:** 

Browse up to 50 Glama MCP server records with the `hosting:remote-capable` attribute.

## Input

```json
{
  "target": "catalog",
  "searchQueries": [
    "github"
  ],
  "attributeFilters": [
    "hosting:remote-capable"
  ],
  "maxItems": 50
}
```

## Output

```json
{
  "serverId": {
    "label": "Server ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "namespace": {
    "label": "Namespace",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  },
  "installCommand": {
    "label": "Install command",
    "format": "string"
  },
  "sourceRepositoryUrl": {
    "label": "Source repository URL",
    "format": "string"
  },
  "homepageUrl": {
    "label": "Homepage URL",
    "format": "string"
  },
  "license": {
    "label": "License",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "starCount": {
    "label": "Star count",
    "format": "integer"
  },
  "sourceUpdatedAt": {
    "label": "Source updated at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Glama MCP Registry Scraper](https://apify.com/maximedupre/glama-mcp-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/glama-mcp-registry-scraper) to learn more, explore other use cases, and run it yourself.