MCP Catalogs
HomeAgentUp screenshot

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.

ai-llmdeveloper-toolsops-infra
24
Forks
36
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Enterprise AI applications with security requirements and need for deterministic behavior
you:Multi-agent systems requiring secure inter-agent communication and orchestration
you:Development teams needing to share and reproduce agent environments across different stages
you:What MCP protocols does AgentUp support?
you:How does AgentUp ensure security in agent deployments?

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

crewailanggraphautogen

Installation

Installation

Install AgentUp using pip:

pip install agentup

Create Your First Agent

agentup init

Start Your Agent

agentup run

MCP 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.