Odel
codeweave mcp

codeweave mcp

Local
@semihkayan4TypeScriptApache-2.0Updated 3mo ago

Save tokens while coding — your AI agent gets structured code context, not file dumps.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@codeweave/mcpv0.1.20

Run

npx -y @codeweave/mcp

MCP client config

{
  "mcpServers": {
    "codeweave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@codeweave/mcp"
      ]
    }
  }
}