Knowledge Systems
Trust: 30/100 (Limited)CoderSwap MCP Server Guide
Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.
by njlnaet
Quick Start
Install
npx @coderswap/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-njlnaet-coderswap-mcp-server": {
"command": "npx",
"args": [
"@coderswap/mcp-server"
]
}
}
}