Context and automation MCP server for Warm financial data and approved write operations.
claude mcp add warmio -- npx -y @warmio/mcp
claude_desktop_config.json
{
"mcpServers": {
"warmio": {
"command": "npx",
"args": [
"-y",
"@warmio/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"warmio": {
"command": "npx",
"args": [
"-y",
"@warmio/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"warmio": {
"command": "npx",
"args": [
"-y",
"@warmio/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"warmio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@warmio/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"warmio": {
"command": "npx",
"args": [
"-y",
"@warmio/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jasonstockman--warmio/reviews or the review_server meta-tool.
POST /mcp