melt mcp server for Cursor
io.github.omer907/melt-mcp-server
Melt: value-leak discovery and lead capture for Claude, Cursor, and MCP-compatible agents.
client:Cursor
transport:stdio
runtime:npm
Install melt mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"melt-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@themelt/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs