Odel
melt mcp server

melt mcp server

Local
@omer907TypeScriptMITUpdated 2w ago

Melt: value-leak discovery and lead capture for Claude, Cursor, and MCP-compatible agents.

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@themelt/mcp-serverv0.1.5

Run

npx -y @themelt/mcp-server

MCP client config

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