Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Powertools MCP Search Server
  • MkDocs MCP Search Server
  • Code Analysis MCP Server
  • sanderkooger-mcp-server-ragdocs
  • TxtAi Memory Vector Server
Back to MCP Servers
Workspace Code Search MCP Server

Workspace Code Search MCP Server

Public
LuotoCompany/cursor-local-indexing

Locally indexes codebases using ChromaDB to provide semantic code search via Model Context Protocol (MCP) for enhanced developer productivity within Cursor IDE.

python
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Workspace Code Search MCP Server

MCP Server

Unlock the full potential of Workspace Code Search MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Local Code Indexing for Cursor

An experimental Python-based server that locally indexes codebases using ChromaDB and provides a semantic search tool via an MCP (Model Context Protocol) server for tools like Cursor.

Setup

  1. Clone and enter the repository:

    git clone cd cursor-local-indexing
  2. Create a .env file by copying .env.example:

    cp .env.example .env
  3. Configure your .env file:

    PROJECTS_ROOT=~/your/projects/root # Path to your projects directory FOLDERS_TO_INDEX=project1,project2 # Comma-separated list of folders to index

    Example:

    PROJECTS_ROOT=~/projects FOLDERS_TO_INDEX=project1,project2
  4. Start the indexing server:

    docker-compose up -d
  5. Configure Cursor to use the local search server: Create or edit ~/.cursor/mcp.json:

    { "mcpServers": { "workspace-code-search": { "url": "http://localhost:8978/sse" } } }
  6. Restart Cursor IDE to apply the changes.

The server will start indexing your specified projects, and you'll be able to use semantic code search within Cursor when those projects are active.

  1. Open a project that you configured as indexed.

Create a .cursorrules file and add the following:


For any request, use the @search_code tool to check what the code does.
Prefer that first before resorting to command line grepping etc.

  1. Start using the Cursor Agent mode and see it doing local vector searches!
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Powertools MCP Search Server
    Powertools MCP Search Server

    Model Context Protocol server enabling efficient local search of AWS Lambda Powertools documentation...

    2 tools
    Added May 30, 2025
  • MkDocs MCP Search Server
    MkDocs MCP Search Server

    Enables Model Context Protocol integration for efficient, version-specific search of MkDocs-powered ...

    Added May 30, 2025
  • Code Analysis MCP Server
    Code Analysis MCP Server

    Enables AI-driven natural language exploration and analysis of codebases via Model Context Protocol,...

    4 tools
    Added May 30, 2025
  • sanderkooger-mcp-server-ragdocs
    sanderkooger-mcp-server-ragdocs

    Provides vector-based semantic search and real-time context augmentation for AI assistants by retrie...

    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol server offering advanced semantic search, persistent memory management, tag-b...

    Added May 30, 2025