loading…
Search for a command to run...
loading…
Semantic code retrieval MCP Server — natural language → relevant code snippets, with incremental sync and file watching
Semantic code retrieval MCP Server — natural language → relevant code snippets, with incremental sync and file watching
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"semantic-retrieval-mcp": {
"command": "npx",
"args": [
"-y",
"semantic-retrieval-mcp"
]
}
}
}