openagent-server

openagent-uno/openagent-server
★ 1 stars Python AI/LLM Updated 1d ago
OpenAgent server — agent framework with MCP, memory, and multi-channel support
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openagent-server": {
      "command": "uvx",
      "args": [
        "openagent-server"
      ]
    }
  }
}

Or install with pip: pip install openagent-server

README Excerpt

<p align="center"> <img src="assets/openagent-logo.png" alt="OpenAgent" width="360" /> </p> <p align="center"> Persistent AI agent framework with MCP tools, long-term memory, and multi-channel support. <br /> Model agnostic by design, with three independent apps: Agent Server, CLI Client, and Desktop App.