semantic-search-mcp-server
@jingchun19
About semantic-search-mcp-server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"semantic-search-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/semantic-search-mcp-server/dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Memory & Knowledge MCP servers
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.

Memory
modelcontextprotocolModel Context Protocol Servers
Tempreon
TempreonPerson-owned, portable AI memory served over MCP. Your knowledge, preferences, and decisions — captured in one assistant, available in all of them.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Comments