MCP.so
Sign In
Servers

Local Code Indexing for Cursor

@LuotoCompany

ChromaDB-powered local indexing support for Cursor, exposed as an MCP server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "workspace-code-search": {
      "type": "http",
      "url": "http://localhost:8978/sse"
    }
  }
}

More from Developer Tools