CoderSwap MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to 'true' for detailed logging (optional) | |
| CODERSWAP_API_KEY | Yes | Your CoderSwap API key (required) | |
| CODERSWAP_BASE_URL | No | The base URL for the CoderSwap API | http://localhost:8000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| coderswap_create_projectB | Create a new vector search project in CoderSwap |
| coderswap_list_projectsB | List all CoderSwap projects available to your API key |
| coderswap_get_project_statsC | Get statistics and information about a specific project |
| coderswap_research_ingestC | Submit research summary and URLs for web crawling, chunking, embedding, and optional DSL generation |
| coderswap_get_job_statusB | Check the status of a research ingestion job |
| coderswap_searchC | Execute a hybrid search query against a CoderSwap project using DSL-powered ranking |
| coderswap_validate_searchB | Run validation queries to test search quality and coverage (non-DSL quality check) |
| coderswap_log_session_noteC | Record lightweight ingestion summary for session continuity (non-DSL) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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