★ 780 stars
Python
🤖 AI/LLM
Updated 1mo ago
A flexible multi-interface AI agent framework for building agents with reasoning, tool use, memory, deep research, blockchain interaction, MCP, and agents-as-a-service.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"heurist-agent-framew": {
"command": "uvx",
"args": [
"heurist-agent-framework"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add heurist-agent-framew uvx heurist-agent-framework
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"heurist-agent-framew": {
"command": "uvx",
"args": [
"heurist-agent-framework"
]
}
}
}
📋 Copy
Or install with pip: pip install heurist-agent-framework
Topics
agentic-ai agentic-framework ai mcp