MCP.so
ログイン

semantic-search-mcp-server

@jingchun19

semantic-search-mcp-server について

概要はまだありません

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is semantic-search-mcp-server?

A Model Context Protocol (MCP) server built with mcp-framework for enhancing Claude Desktop with semantic search capabilities. It provides a structured way to develop and integrate custom MCP tools.

How to use semantic-search-mcp-server?

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.

Key features of semantic-search-mcp-server

  • 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

Use cases of semantic-search-mcp-server

  • Extending Claude Desktop with custom semantic search tools
  • Developing and testing MCP tools locally before publishing
  • Publishing a reusable MCP server to npm for others to use
  • Rapid prototyping of new MCP tools using the provided framework

FAQ from semantic-search-mcp-server

How do I install semantic-search-mcp-server?

Run npm install to install dependencies, then npm run build to compile the TypeScript project.

How do I configure it with Claude Desktop?

Add the server to your Claude Desktop config file (claude_desktop_config.json) with the appropriate command and args. For local development use node and the absolute path to dist/index.js; after publishing use npx with the package name.

How do I add new tools?

Use the CLI command mcp add tool my-tool from the project root, or manually create a new tool in src/tools/ following the example template.

How do I publish to npm?

Update package.json with a unique name, version, and other metadata, build the project, then run npm login and npm publish.

What are the runtime requirements?

The server requires Node.js and npm. It is built on mcp-framework and uses TypeScript.

よくある質問

How do I install semantic-search-mcp-server?

Run `npm install` to install dependencies, then `npm run build` to compile the TypeScript project.

How do I configure it with Claude Desktop?

Add the server to your Claude Desktop config file (`claude_desktop_config.json`) with the appropriate command and args. For local development use `node` and the absolute path to `dist/index.js`; after publishing use `npx` with the package name.

How do I add new tools?

Use the CLI command `mcp add tool my-tool` from the project root, or manually create a new tool in `src/tools/` following the example template.

How do I publish to npm?

Update `package.json` with a unique name, version, and other metadata, build the project, then run `npm login` and `npm publish`.

What are the runtime requirements?

The server requires Node.js and npm. It is built on mcp-framework and uses TypeScript.

コメント

「メモリとナレッジ」の他のコンテンツ