CoderSwap MCP Server
Enables AI agents to autonomously create and manage topic-specific vector knowledge bases with end-to-end functionality including project creation, content ingestion from URLs, semantic search, and progress tracking. Provides a complete research workflow without exposing low-level APIs.
README
CoderSwap MCP Server
Model Context Protocol (MCP) server that lets Claude (and any MCP-aware agent) stand up a topic-specific knowledge base end-to-end—project creation, ingestion, progress tracking, search validation, and lightweight session notes—without exposing low-level APIs.
Features
- 🚀 Create and list vector-search projects
- 📚 Ingest research summaries + URLs with auto-crawling, chunking, and embedding
- 🧠 Auto-ingest curated sources (crawl → chunk → embed) with relevance tuning handled by the CoderSwap platform team
- 🔍 Execute hybrid semantic search with intent-aware ranking
- 📊 Monitor ingestion jobs, capture blocked sources, and run quick search-quality spot checks
- ✨ Rich, formatted output optimized for AI agents
Installation
cd packages/mcp-server
npm install
npm run build
Configuration
Set the following environment variables before launching the server:
CODERSWAP_BASE_URL(default:http://localhost:8000)CODERSWAP_API_KEY(required)DEBUG(optional: set totruefor detailed logging)
Running
Development (Local Backend)
# Set environment variables
export CODERSWAP_BASE_URL=http://localhost:8000
export CODERSWAP_API_KEY=cs_dev_nmVDJupuxflYYWd34HiRxbtxONul3hv1_f981
# Run the server
npm start
Claude Desktop Configuration
Update your Claude Desktop config file:
macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Local Development:
{
"mcpServers": {
"coderswap": {
"command": "node",
"args": ["C:/Users/tayav/CascadeProjects/CoderSwapIO/packages/mcp-server/dist/index.js"],
"env": {
"CODERSWAP_BASE_URL": "http://localhost:8000",
"CODERSWAP_API_KEY": "cs_dev_nmVDJupuxflYYWd34HiRxbtxONul3hv1_f981"
}
}
}
}
Production:
{
"mcpServers": {
"coderswap": {
"command": "npx",
"args": ["-y", "@coderswap/mcp-server"],
"env": {
"CODERSWAP_BASE_URL": "https://api.coderswap.ai",
"CODERSWAP_API_KEY": "your_production_api_key"
}
}
}
}
Available Tools
Project Management
coderswap_create_project– Create a new vector search projectcoderswap_list_projects– List accessible projects with document countscoderswap_get_project_stats– Pull basic stats (created_at, document totals)
Research & Ingestion
coderswap_research_ingest– Crawl, chunk, and embed vetted URLs (advanced tuning is managed by the platform team)coderswap_get_job_status– Poll ingestion job progress, crawl counts, blocked domains
Search & Validation
coderswap_search– Execute hybrid semantic search with ranked snippetscoderswap_test_search_quality– Run quick multi-query smoke tests (or a predefined suite) to gauge relevance
Session Continuity
coderswap_log_session_note– Record lightweight summaries (job_id, ingestion metrics, follow-ups) so humans stay in the loop
Guardrails & Security
- The server loads
mcp_starter_prompt.yamlat startup and injects it as a non-removable system prompt. - Startup fails if the prompt is missing, invalid, or tampered with (hash mismatch).
- Advanced tuning endpoints are intentionally omitted; when deeper adjustments are required, Claude guides users to loop in the CoderSwap platform team.
- All operations must go through the MCP tools; direct HTTP/DB access is disallowed.
Each tool:
- ✅ Validates inputs with Zod schemas
- ✅ Returns both structured data and AI-friendly text summaries
- ✅ Includes comprehensive error handling
- ✅ Logs operations for debugging (when DEBUG=true)
Example Usage
Autonomous Research Workflow
Claude can execute this workflow autonomously:
-
Create a project:
Use coderswap_create_project with name "AI Research" -
Ingest research content:
Use coderswap_research_ingest with URLs: - https://arxiv.org/abs/2103.00020 - https://openai.com/research/gpt-4 -
Monitor progress (Claude keeps polling until complete):
Use coderswap_get_job_status to check ingestion -
Search the knowledge base:
Use coderswap_search with query "transformer architecture" -
Optional: run a quick multi-query smoke test:
Use coderswap_test_search_quality with test queries or run_full_suite: true -
Leave yourself a handoff note (e.g., sources blocked, next steps):
Use coderswap_log_session_note with project_id "proj_123", summary_text "Ingested 9/10 sources; FDA site blocked by robots.txt. Run follow-up after manual download." job_id "job_456" ingestion_metrics {"sources_succeeded": 9, "sources_failed": 1}
Output Format
Search results are formatted with rich details:
Found 5 result(s) for: "hybrid search"
🥇 Score: 85.2%
About hybrid search | Vertex AI
Vector Search supports hybrid search...
🥈 Score: 72.1%
Hybrid Search | Weaviate
Hybrid search combines semantic and keyword...
🥉 Score: 68.4%
...
Debugging
Enable debug logging:
export DEBUG=true
npm start
Logs are written to stderr and include:
- Timestamps
- Operation details
- Error messages with context
Development
# Install dependencies
npm install
# Build TypeScript
npm run build
# Watch mode (for development)
npm run dev
Architecture
Claude Desktop → MCP Server (stdio) → CoderSwap Backend API → Oracle ADW 23ai
↓
- Tool validation (Zod)
- Error handling
- Response formatting
With the MCP server, Claude can autonomously build, test, and optimize vector knowledge bases in minutes! 🚀
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。