Back to marketplace
AR

Semantic Search

by Alex Rivera

Add vector search to your codebase. Index files and search by meaning, not just keywords.

About this tool

Semantic Search indexes your entire codebase and lets your AI assistant search by meaning. Ask "find the function that handles user authentication" and get the right result even if "authentication" doesn't appear in the code.

Features - Automatic codebase indexing on file changes - Semantic similarity search across all file types - Configurable embedding models - Local vector store — your code never leaves your machine - Incremental re-indexing for large codebases

$8/mo

Billed monthly. Cancel anytime.

Users1,203
Categorysearch
Billingmonthly

Installation

{
  "mcpServers": {
    "semantic-search": {
      "url": "https://mcppay.com/proxy/semantic-search",
      "headers": {
        "Authorization": "Bearer YOUR_MCPPAY_API_KEY"
      }
    }
  }
}

Add this to your MCP client config file. Replace YOUR_MCPPAY_API_KEY with your API key from the dashboard.