Warm for Cursor
io.github.jasonstockman/warmio
Context and automation MCP server for Warm financial data and approved write operations.
client:Cursor
transport:stdio
runtime:npm
Install Warm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"warmio": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs