
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@coderswap/mcp-server
Advanced tools
MCP server for Claude Desktop: autonomous research ingestion + hybrid vector search with intent-aware ranking. Build searchable knowledge bases from AI research summaries.
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.
cd packages/mcp-server
npm install
npm run build
Set the following environment variables before launching the server:
CODERSWAP_BASE_URL (default: http://localhost:8000)CODERSWAP_API_KEY (required)DEBUG (optional: set to true for detailed logging)# Set environment variables
export CODERSWAP_BASE_URL=http://localhost:8000
export CODERSWAP_API_KEY=cs_dev_nmVDJupuxflYYWd34HiRxbtxONul3hv1_f981
# Run the server
npm start
Update your Claude Desktop config file:
macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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"
}
}
}
}
{
"mcpServers": {
"coderswap": {
"command": "npx",
"args": ["-y", "@coderswap/mcp-server"],
"env": {
"CODERSWAP_BASE_URL": "https://api.coderswap.ai",
"CODERSWAP_API_KEY": "your_production_api_key"
}
}
}
}
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)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 domainscoderswap_search – Execute hybrid semantic search with ranked snippetscoderswap_test_search_quality – Run quick multi-query smoke tests (or a predefined suite) to gauge relevancecoderswap_log_session_note – Record lightweight summaries (job_id, ingestion metrics, follow-ups) so humans stay in the loopmcp_starter_prompt.yaml at startup and injects it as a non-removable system prompt.Each tool:
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}
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%
...
Enable debug logging:
export DEBUG=true
npm start
Logs are written to stderr and include:
# Install dependencies
npm install
# Build TypeScript
npm run build
# Watch mode (for development)
npm run dev
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! 🚀
FAQs
MCP server for Claude Desktop: autonomous research ingestion + hybrid vector search with intent-aware ranking. Build searchable knowledge bases from AI research summaries.
The npm package @coderswap/mcp-server receives a total of 21 weekly downloads. As such, @coderswap/mcp-server popularity was classified as not popular.
We found that @coderswap/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.