semantic-search-mcp-server

by jingchun19

180 downloads
Not rated
GitHub

Description

# semantic-search-mcp-server A Model Context Protocol (MCP) server built with mcp-framework for enhancing Claude Desktop with semantic search capabilities. ## Documentation For detailed setup instructions and usage: - **[User Guide](Userguide.md)** - Step-by-step setup…

About

# semantic-search-mcp-server A Model Context Protocol (MCP) server built with mcp-framework for enhancing Claude Desktop with semantic search capabilities. ## Documentation For detailed setup instructions and usage: - **[User Guide](Userguide.md)** - Step-by-step setup instructions for Claude Desktop users -…

Details

Author
jingchun19
Downloads
180
Categories
Knowledge Base

- Built using the mcp-framework for rapid MCP tool development
- Comes with an example tool to start customizing
- CLI command to add new tools (mcp add tool <name>)
- Supports both local development and npm publishing workflows
- Integrates with Claude Desktop via MCP configuration file

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name semantic-search-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with npm install, build the project with npm run build, then add the server to your Claude Desktop configuration (either local development path or published npm package). The server automatically loads all tools defined in src/tools/ on startup.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "semantic-search-mcp-server": {
            "semantic-search-mcp-server": {
                "command": "node",
                "args": [
                    "/absolute/path/to/semantic-search-mcp-server/dist/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "semantic-search-mcp-server": {
        "command": "node",
        "args": [
            "/absolute/path/to/semantic-search-mcp-server/dist/index.js"
        ]
    }
}

semantic-search-mcp-server

A Model Context Protocol (MCP) server built with mcp-framework for enhancing Claude Desktop with semantic search capabilities.

Documentation

For detailed setup instructions and usage:

- User Guide - Step-by-step setup instructions for Claude Desktop users
- Developer Guide - Technical information for developers working on or extending this server

Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.