CoderSwap MCP Server for Cline
io.github.njlnaet/coderswap-mcp-server
Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.
client:Cline
transport:stdio
runtime:npm
Install CoderSwap MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"coderswap-mcp-server": {
"command": "npx",
"args": [
"-y",
"@coderswap/mcp-server"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs