Hosted MCP Catalog: Finding hosted MCP servers...

SkillDev tools

Use when the user says 'what MCP servers', 'find an MCP for', 'hosted MCP', 'list MCP servers', 'MCP catalog', 'available MCP tools', or needs to discover zero-setup hosted MCP servers they can use immediately. Do NOT use for building MCP servers or configuring local MCP.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Hosted MCP Catalog: Finding hosted MCP servers... skill

What this skill tells your AI

The instructions your AI receives, as published by cwinvestments/memstack in skills/automation/hosted-mcp-catalog/SKILL.md and read by ahel’s review.

Reference guide for zero-setup hosted MCP servers that require no API keys, no local install, just point any MCP client at the URL.

Activation

TriggerStatus
User says "what MCP servers" or "find an MCP for"ACTIVE
User says "hosted MCP" or "MCP catalog"ACTIVE
User says "available MCP tools" or "list MCP servers"ACTIVE
User wants to BUILD an MCP serverNOT this skill: use mcp-builder
User wants to configure local MCPNOT this skill: check .mcp.json docs

Context Guard

  • Do NOT use for building MCP servers (that's mcp-builder Pro skill)
  • Do NOT use for local MCP server configuration
  • Do NOT use for debugging MCP connection issues
  • This skill ONLY helps discover and connect to hosted MCP endpoints

How Hosted MCP Works

Hosted MCP servers run remotely: no local install needed. Add the URL to your MCP client config and the tools are available immediately.

In Claude Code: add to .mcp.json:

{
  "mcpServers": {
    "server-name": {
      "type": "url",
      "url": "https://example.com/mcp"
    }
  }
}

In Claude Desktop: add to claude_desktop_config.json:

{
  "mcpServers": {
    "server-name": {
      "url": "https://example.com/mcp"
    }
  }
}

Catalog: Official Platform MCP Servers

These are maintained by major platforms and generally stable:

ServerURLToolsUse Case
Vercelhttps://mcp.vercel.comDeploy, logs, env vars, projectsVercel deployment management
Supabasehttps://mcp.supabase.com/mcpDB queries, migrations, RLSDatabase management
Sentryhttps://mcp.sentry.dev/mcpIssues, errors, performanceError tracking
Stripehttps://mcp.stripe.comPayments, customers, invoicesPayment processing
Linearhttps://mcp.linear.app/mcpIssues, projects, cyclesProject management
Slackhttps://mcp.slack.com/mcpMessages, channels, searchTeam communication
Greptilehttps://api.greptile.com/mcpCodebase search, understandingCode intelligence

Note: Most official servers require OAuth authentication on first use. Claude Code handles this automatically, you'll get a browser prompt to authorize.

How to Choose

When the user needs an MCP server, help them find the right one:

Step 1: Identify the need

User wants to...Recommended MCP
Query a databaseSupabase
Track errors/bugsSentry
Deploy codeVercel
Process paymentsStripe
Manage issues/ticketsLinear
Send team messagesSlack
Search codebasesGreptile

Step 2: Add to config

Generate the .mcp.json entry for the chosen server:

{
  "mcpServers": {
    "<server-name>": {
      "type": "url",
      "url": "<server-url>"
    }
  }
}

Step 3: Test the connection

After adding, restart Claude Code and verify:

  1. The server appears in the MCP tools list
  2. Authentication completes (if required)
  3. A simple tool call succeeds

Discovery Resources

When the catalog above doesn't cover the user's need:

ResourceURLDescription
Anthropic MCP Registryhttps://github.com/modelcontextprotocol/serversOfficial MCP server list
Smitheryhttps://smithery.aiMCP server marketplace
MCP.sohttps://mcp.soCommunity MCP directory
Glamahttps://glama.ai/mcp/serversCurated MCP catalog

Output Template

MCP Server: [name]
URL: [endpoint]
Auth: [OAuth / API key / None]
Tools available: [list of key tools]
Config to add to .mcp.json:

{
  "mcpServers": {
    "[name]": {
      "type": "url",
      "url": "[endpoint]"
    }
  }
}

Restart Claude Code after adding.

Disambiguation

  • "what MCP servers" / "find an MCP for" / "hosted MCP" = Hosted MCP Catalog
  • "build an MCP server" / "create MCP tools" = mcp-builder (not this skill)
  • "MCP not connecting" / "MCP error" = Debug directly (not this skill)
  • "what tools do I have" = Check current MCP config (not this skill)

Level History

  • Lv.1: Base: Hosted MCP server catalog with official platform endpoints, connection setup, discovery resources. (Origin: MemStack v3.5, Apr 2026)

Signals

GitHub stars
419
Forks
44
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
memstack-automation-hosted-mcp-catalog
Source
github.com/cwinvestments/memstack