MCP official documentation
Overview
Keepit MCP is a locally-deployed Model Context Protocol (MCP) server that creates a secure bridge between AI assistants and your Keepit backup environment. It translates natural language requests into Keepit REST API calls, enabling your team to monitor, manage, and secure your backup estate through conversation.
Unlike hosted integrations, Keepit MCP runs entirely within your infrastructure. Your data never leaves your control, and all operations happen through your existing security boundaries.
Key characteristics:
- Runs locally on your machine or dedicated server
- 100% control over where data is going, which model is used to process it
- Read-only in first version (no write operations to your Keepit environment)
- Compatible with any MCP-capable AI client (Claude Desktop, AnythingLLM, Jan, and others)
- Open source and free
How it works
When you ask a question in your AI client:
1. Your AI client (e.g., Claude Desktop) sends the request to the local MCP server.
2. The MCP server translates this into the appropriate Keepit API calls.
3. Data is retrieved from your Keepit account via secure API connection.
4. Results are formatted and returned to your AI client.
5. Model processes results and outputs them back.
[AI Client] → [MCP Server (Local)] → [Keepit API (Secure)]