Warm for Cline
io.github.jasonstockman/warmio
Context and automation MCP server for Warm financial data and approved write operations.
client:Cline
transport:stdio
runtime:npm
Install Warm in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"warmio": {
"command": "npx",
"args": [
"-y",
"@warmio/mcp"
],
"env": {
"WARM_CONTEXT_API_KEY": "<WARM_CONTEXT_API_KEY>",
"WARM_CONTEXT_API_KEY_FILE": "<WARM_CONTEXT_API_KEY_FILE>",
"WARM_AUTOMATION_API_KEY": "<WARM_AUTOMATION_API_KEY>",
"WARM_AUTOMATION_API_KEY_FILE": "<WARM_AUTOMATION_API_KEY_FILE>",
"WARM_CONFIG_DIR": "<WARM_CONFIG_DIR>",
"WARM_API_URL": "<WARM_API_URL>",
"WARM_API_TIMEOUT_MS": "<WARM_API_TIMEOUT_MS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs