njlnaet/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The CoderSwap MCP Server is a Model Context Protocol server designed to facilitate the creation and management of topic-specific knowledge bases using Claude and other MCP-aware agents.
Tools
Functions exposed to the LLM to take actions
coderswap_create_project
Create a new vector search project
coderswap_list_projects
List accessible projects with document counts
coderswap_get_project_stats
Pull basic stats (created_at, document totals)
coderswap_research_ingest
Crawl, chunk, and embed vetted URLs
coderswap_get_job_status
Poll ingestion job progress, crawl counts, blocked domains
coderswap_search
Execute hybrid semantic search with ranked snippets
coderswap_test_search_quality
Run quick multi-query smoke tests to gauge relevance
coderswap_log_session_note
Record lightweight summaries for session continuity
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client