IntegrationsClaude Desktop (MCP)
Claude Desktop (MCP)
Connect Valqore to Claude Desktop via the Model Context Protocol.
Claude Desktop (MCP)
The Model Context Protocol (MCP) lets AI agents call external tools during a conversation. Register Valqore as an MCP server so Claude Desktop can query your infrastructure in real time.
Setup
Add Valqore to your Claude Desktop configuration file (claude_desktop_config.json):
{
"mcpServers": {
"valqore": {
"command": "npx",
"args": ["-y", "@valqore/mcp-server"],
"env": {
"VALQORE_API_KEY": "<your-api-key>",
"VALQORE_BASE_URL": "https://api.valqore.io"
}
}
}
}Restart Claude Desktop after saving. 78 tools become available.
Tips
- Ask broad questions first ("What should I fix?") and drill down.
- For cost analysis, mention environment and time range: "What did production cost last month?"
- For compliance, name the framework: "Check PCI-DSS compliance for payments namespace."
- Chain requests: "Find idle resources and estimate carbon savings if we remove them."
Was this helpful?
Prev
Next