Upsonic
Supports UIby upsonic
Production-ready AI agent framework with safety policies, OCR, and MCP tool integration.
What it does
Upsonic is a comprehensive framework for building production-ready AI agents. It connects LLMs to real-world environments by providing a robust layer for safety, memory management, and tool execution, specifically designed for high-reliability needs like fintech and banking.
Tools
- Autonomous Agent: Built-in filesystem and shell tools for sandboxed workspace operations.
- Safety Engine: Policy-based content filtering for inputs, outputs, and tool interactions.
- OCR Pipeline: Unified interface for extracting text from PDFs and images using multiple engines.
- Memory Management: Session-based and long-term storage for maintaining context across interactions.
Installation
Add the following to your claude_desktop_config.json (assuming a wrapper or MCP bridge is used as Upsonic is primarily a Python framework):
{
"mcpServers": {
"upsonic": {
"command": "python3",
"args": ["-m", "upsonic.mcp_server"]
}
}
}
Supported hosts
- claude
Quick install
pip install upsonicInformation
- Pricing
- free
- Published
- 4/13/2026
- stars







