vector-indexer-mcp

davidgut1982/vector-indexer-mcp
★ 0 stars Python 🗄️ Database Updated 6d ago
MCP server for vector-based code search with PostgreSQL/pgvector, multilingual embeddings, and file watching
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vector-indexer-mcp": {
      "command": "uvx",
      "args": [
        "vector-indexer-mcp"
      ]
    }
  }
}

Or install with pip: pip install vector-indexer-mcp

README Excerpt

**Status**: Phase 4 Complete ✓ **Version**: 0.4.0 Automatic, real-time vector indexing system for code repositories and documentation. Monitors configured directories, generates semantic embeddings, and enables vector search via MCP server. The system consists of three components working together: - Monitors configured directories using inotify (watchdog library)

Tools (13)

completedcreatedeletefailedfile_chunksfile_embeddingsfile_metadataindex_queueindex_statsmodifymovependingprocessing