MCP server directory API

Written by on .

mcp
api

  1. Deprecating /mcp/servers.json
    1. What's next?

      We've added a new API for browsing MCP servers.

      • /mcp/servers – list and search MCP servers
      • /mcp/servers/:id – retrieve a single MCP server

      You can find the documentation here.

      Deprecating /mcp/servers.json

      Prior to this, we had a very simple API for listing MCP servers:

      https://glama.ai/mcp/servers.json

      This was added to meet the immediate needs of the community.

      We will keep this endpoint available until the end of the year to allow time for users to update their integrations.

      What's next?

      The new API is focused on listing, searching, and retrieving MCP servers.

      We are working to add the ability to list hosted servers – this will allow MCP clients to list all MCP servers installed in the user's workspace.

      Written by Frank Fiegel (@punkpeye)