← Back to Plugins
MCP Server MCP

dowse

github By github 👁 1 views ▲ 0 votes

Fast local full-text search for Windows files (tantivy + jieba), exposed to AI agents over MCP.

Homepage Verified source GitHub

Install

cargo:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "cargo",
      "registryBaseUrl": "https://crates.io",
      "identifier": "dowse",
      "version": "0.10.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol cargo

Comments

Sign in to leave a comment

Loading comments...