Skip to main content
Glama

MCP Recommender

by bxzymy

recommend_mcp

Find suitable MCP servers for your development tasks by describing your functional needs in natural language, with filtering options for category and programming language.

Instructions

Recommend MCP servers based on your development needs.

Args: query: Description of the functionality you need (e.g., "database operations", "web scraping", "file management") limit: Maximum number of recommendations to return (default: 5) category: Filter by specific category (optional) language: Filter by programming language (optional)

Returns: Formatted markdown string with MCP recommendations

Input Schema

NameRequiredDescriptionDefault
categoryNo
languageNo
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "language": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Language" }, "limit": { "default": 5, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from MCP Recommender

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/bxzymy/mcp-recommend'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server