Skip to main content
Glama

CoderSwap MCP Server

by njlnaet

coderswap_create_project

Create a new vector search project to build topic-specific knowledge bases for semantic search and research workflows.

Instructions

Create a new vector search project in CoderSwap

Input Schema

NameRequiredDescriptionDefault
nameYes
descriptionNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "name": { "minLength": 1, "type": "string" } }, "required": [ "name" ], "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