PluginBench
MCP Server
Active
Apache-2.0

contextweaver MCP Server

io.github.dgenio/contextweaver

What is the contextweaver MCP server?

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

How to install contextweaver

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contextweaver": {
      "command": "uvx",
      "args": [
        "contextweaver",
        "mcp",
        "serve",
        "--config"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "contextweaver": {
      "command": "uvx",
      "args": [
        "contextweaver",
        "mcp",
        "serve",
        "--config"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "contextweaver": {
      "command": "uvx",
      "args": [
        "contextweaver",
        "mcp",
        "serve",
        "--config"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "contextweaver": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "contextweaver",
        "mcp",
        "serve",
        "--config"
      ]
    }
  }
}
Claude Code
claude mcp add contextweaver -- uvx contextweaver mcp serve --config

Related MCP servers

Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps.

6
Python
Apache-2.0
View repository →