← Back to Plugins
MCP Server MCP

io.github.n24q02m/wet-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for web search, content extraction, academic research, and library docs.

Homepage Verified source GitHub

Install

uvx wet-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "wet-mcp",
      "version": "3.7.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Provider API keys (format: PROVIDER_API_KEY:key,...). Select models per task with EMBEDDING_MODELS / RERANK_MODELS / LLM_MODELS (CSV provider/model, order = litellm fallback); provider is inferred from the model prefix. Empty embedding/rerank chain falls back to the built-in local Qwen3 model.",
          "isSecret": true,
          "name": "API_KEYS"
        },
        {
          "description": "GitHub personal access token for higher rate limits on library discovery",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/n24q02m/wet-mcp:latest",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Provider API keys (format: PROVIDER_API_KEY:key,...). Select models per task with EMBEDDING_MODELS / RERANK_MODELS / LLM_MODELS (CSV provider/model, order = litellm fallback); provider is inferred from the model prefix. Empty embedding/rerank chain falls back to the built-in local Qwen3 model.",
          "isSecret": true,
          "name": "API_KEYS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...