weckr for Cursor
com.useweckr/weckr
Ask which of your customers cost more in LLM calls than they pay, per user and per feature.
client:Cursor
transport:stdio
runtime:npm
Install weckr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weckr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weckr/mcp"
],
"env": {
"WECKR_API_KEY": "<WECKR_API_KEY>",
"WECKR_PROJECT_ID": "<WECKR_PROJECT_ID>",
"WECKR_BASE_URL": "<WECKR_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs