SPTAG (MCP Server)

GitHub

A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "SPTAG": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-SPTAG"
      ]
    }
  }
}