
AgentUp
by always-further·★ 116·Score 47
AgentUp is a Python-based AI agent framework with built-in MCP support for secure, portable agent deployment.
Overview
AgentUp is an enterprise-grade agent framework that provides a Docker-like experience for AI agents. It offers configuration-driven architecture, fine-grained access control with OAuth2/JWT/API keys, and built-in MCP support for seamless integration with various tools and APIs. The framework supports reactive and iterative agents, allowing developers to build secure, production-ready AI applications with deterministic routing and asynchronous task management.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose AgentUp when you need production-ready AI agents with security, consistent behavior across environments, and MCP integration capabilities.
When NOT to choose this
Avoid AgentUp if you need a simple chatbot without enterprise features or if you're looking for lightweight, minimalist agent frameworks.
Comparable tools
Installation
Installation
Install AgentUp using pip:
pip install agentupCreate Your First Agent
agentup initStart Your Agent
agentup runMCP Configuration
AgentUp includes built-in support for Model Context Protocol (MCP) with full support for STDIO, SSE and Streamable HTTP. Configure MCP by adding the configuration in your agent setup, similar to how you would for Claude, Cursor or VSCode.
FAQ
- What MCP protocols does AgentUp support?
- AgentUp provides full support for STDIO, SSE and Streamable HTTP protocols for MCP integration.
- How does AgentUp ensure security in agent deployments?
- AgentUp implements fine-grained, scope-based access control with OAuth2, JWT, and API key authentication, preventing unauthorized Tools/MCP access and ensuring data protection.
Compare AgentUp with
Last updated · Auto-generated from public README + GitHub signals.