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.

评论

记忆与知识 分类下的更多 MCP 服务器