← Back to Plugins
MCP Server MCP

contextweaver

github By github 👁 1 views ▲ 0 votes

MCP gateway: bounded tool shortlists + artifact-backed result firewall. Deterministic, no model.

Homepage Verified source GitHub

Install

uvx contextweaver

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "contextweaver",
      "version": "0.15.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        },
        {
          "description": "Path to a gateway config (YAML/JSON) declaring the upstream tool catalog and serve options (mode, top_k, beam_width). See the gateway quickstart at https://dgenio.github.io/contextweaver/recipes/.",
          "isRequired": true,
          "format": "filepath",
          "type": "named",
          "name": "--config"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...