Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codeweaver": {
"command": "uvx",
"args": [
"--from",
"code-weaver",
"cw",
"server",
"--transport",
"stdio",
"--project",
"${workspaceFolder}"
],
"env": {
"XDG_DATA_HOME": "${CLAUDE_PLUGIN_DATA}/data",
"VOYAGE_API_KEY": "${userConfig.VOYAGE_API_KEY}",
"XDG_CACHE_HOME": "${CLAUDE_PLUGIN_DATA}/cache",
"XDG_STATE_HOME": "${CLAUDE_PLUGIN_DATA}/state",
"XDG_CONFIG_HOME": "${CLAUDE_PLUGIN_DATA}/config"
}
}
}
}Replace placeholder values for: VOYAGE_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
XDG_DATA_HOME=${CLAUDE_PLUGIN_DATA}/dataVOYAGE_API_KEY=${userConfig.VOYAGE_API_KEY}XDG_CACHE_HOME=${CLAUDE_PLUGIN_DATA}/cacheXDG_STATE_HOME=${CLAUDE_PLUGIN_DATA}/stateXDG_CONFIG_HOME=${CLAUDE_PLUGIN_DATA}/configSensitive values you must provide — never committed to source control
npx claudepluginhub knitli/toolshed --plugin codeweaver