Skip to content

v0.4.0

Latest

Choose a tag to compare

@PatrickKoss PatrickKoss released this 11 Apr 19:28
· 4 commits to main since this release

Full Changelog: v0.3.1...v0.4.0

πŸš€ Installation & Usage

npm Package

# Install globally
npm install -g docsearch-mcp

# Or use with npx
npx docsearch-mcp --help

Docker Container

# Pull the image
docker pull ghcr.io/PatrickKoss/docsearch-mcp:v0.4.0

# Run the MCP server
docker run -p 3000:3000 ghcr.io/PatrickKoss/docsearch-mcp:v0.4.0

MCP Server Usage

Add to your MCP client configuration:

{
  "mcpServers": {
    "docsearch": {
      "command": "npx",
      "args": ["docsearch-mcp", "start"]
    }
  }
}