MCPVault

index_codebase

MCP tool from Qdrant MCP Server by mhalder

Index a codebase for semantic code search with AST-aware chunking

How to use it

index_codebase is exposed by the Qdrant MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the index_codebase tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Qdrant MCP Server

$claude mcp add --transport stdio qdrant -- node /path/to/qdrant-mcp-server/build/index.js
FULL QDRANT MCP SERVER LISTING