Skip to main content
Glama

CoderSwap MCP Server

by njlnaet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoSet to 'true' for detailed logging (optional)
CODERSWAP_API_KEYYesYour CoderSwap API key (required)
CODERSWAP_BASE_URLNoThe base URL for the CoderSwap APIhttp://localhost:8000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
coderswap_create_project

Create a new vector search project in CoderSwap

coderswap_list_projects

List all CoderSwap projects available to your API key

coderswap_get_project_stats

Get statistics and information about a specific project

coderswap_research_ingest

Submit research summary and URLs for web crawling, chunking, embedding, and optional DSL generation

coderswap_get_job_status

Check the status of a research ingestion job

coderswap_search

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

coderswap_validate_search

Run validation queries to test search quality and coverage (non-DSL quality check)

coderswap_log_session_note

Record lightweight ingestion summary for session continuity (non-DSL)

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