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 --configRelated MCP servers
ChainWeaver
Active
Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps.
6
View repository →Python
Apache-2.0