Skip to main content
Glama

Design Patterns MCP Server

by apolosan

search_patterns

Find relevant design patterns by keyword or semantic search to solve programming challenges and implement effective software solutions.

Instructions

Search patterns by keyword or semantic similarity

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYesSearch query
searchTypeNohybrid

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "type": "number" }, "query": { "description": "Search query", "type": "string" }, "searchType": { "default": "hybrid", "enum": [ "keyword", "semantic", "hybrid" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Design Patterns MCP Server

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/apolosan/design_patterns_mcp'

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