AI / ML|Development|ProductivityPython
agentscope
Build and run agents you can see, understand and trust.
N/A rating (0 reviews)0 installs23,159 GitHub stars
AIagentstransparency
AgentScope is a production-ready, easy-to-use platform for building and running AI agents. It provides tools for visualization and understanding of agent behavior, ensuring trust and transparency in AI applications.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentscope": {
"args": [
"agentscope"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.