Skip to main content
Glama

CoderSwap MCP Server

by njlnaet

coderswap_search

Execute hybrid search queries against CoderSwap projects using DSL-powered ranking to find relevant code snippets and information from vector knowledge bases.

Instructions

Execute a hybrid search query against a CoderSwap project using DSL-powered ranking

Input Schema

NameRequiredDescriptionDefault
project_idYes
queryYes
top_kNo
snippet_lengthNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "minLength": 1, "type": "string" }, "query": { "minLength": 1, "type": "string" }, "snippet_length": { "default": 200, "maximum": 1000, "minimum": 50, "type": "number" }, "top_k": { "default": 10, "maximum": 50, "minimum": 1, "type": "number" } }, "required": [ "project_id", "query" ], "type": "object" }

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/njlnaet/mcp-server'

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