Heurist Agent Framework

v1.0.0Coding Agentsstable

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.

agentic-aiagentic-frameworkaimcp
Share:
813
Stars
0
Downloads
0
Weekly
0/5

What is Heurist Agent Framework?

Heurist Agent Framework is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to flexible multi-interface ai agent framework for building agents with reasoning, tool use, memory, deep research, blockchain interaction, mcp, and agents-as-a-service.

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.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A flexible multi-interface AI agent framework for building a

Use Cases

Flexible multi-interface agent framework
Blockchain interaction and reasoning support
heurist-network

Maintainer

LicenseNOASSERTION
Languagepython
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx heurist-agent-framework

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Heurist Agent Framework

The Heurist Agent Framework is a modular, multi-interface AI agent platform that lets you build and deploy agents capable of reasoning, tool use, image and video generation, voice processing, and deep research workflows. It connects to 30+ specialized Web3 Mesh agents covering blockchain data, DeFi analytics, and social media intelligence, and exposes all of them through MCP so that Claude, ChatGPT, Cursor, and LangChain-based clients can call them directly. Developers use it to compose private MCP servers by mixing and matching only the Heurist Mesh agents they need.

Prerequisites

  • Python 3.10 or later with uv package manager installed
  • A Heurist API key obtained from https://heurist.ai/dev-access using invite code 'agent'
  • An MCP client such as Claude Desktop or Cursor IDE
  • Git for cloning the repository
1

Clone the repository

Download the Heurist Agent Framework source code.

git clone https://github.com/heurist-network/heurist-agent-framework.git
cd heurist-agent-framework
2

Install Python dependencies with uv

Use uv sync to create a virtual environment and install all required packages.

uv sync
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
3

Set your Heurist API key

Export your Heurist API key as an environment variable so agents can authenticate with the Mesh network.

export HEURIST_API_KEY=your_api_key_here
4

Launch an agent

Run any of the available agent implementations. For MCP use, run the Heurist Mesh MCP server entry point.

uv run python mcp_server.py
5

Configure your MCP client

Add the server to Claude Desktop or Cursor by pointing to the Python executable and the mcp_server.py script.

{
  "mcpServers": {
    "heurist": {
      "command": "python",
      "args": ["/path/to/heurist-agent-framework/mcp_server.py"],
      "env": {
        "HEURIST_API_KEY": "your_api_key_here"
      }
    }
  }
}

Heurist Agent Framework Examples

Client configuration

Claude Desktop configuration for the Heurist Agent Framework MCP server.

{
  "mcpServers": {
    "heurist": {
      "command": "python",
      "args": ["/path/to/heurist-agent-framework/mcp_server.py"],
      "env": {
        "HEURIST_API_KEY": "your_api_key_here"
      }
    }
  }
}

Prompts to try

Example prompts once the Heurist MCP server is connected.

- "Analyze the token metrics for ETH over the last 7 days"
- "Generate an image of a futuristic city using Heurist's image model"
- "Search for the latest DeFi yield opportunities on supported protocols"
- "Run a deep research workflow on recent developments in zero-knowledge proofs"

Troubleshooting Heurist Agent Framework

uv sync fails with dependency conflicts

Make sure you are using Python 3.10+ and that uv is up to date (pip install -U uv). Try deleting .venv and re-running uv sync.

API calls return authentication errors

Verify HEURIST_API_KEY is correctly exported in your shell or set in the MCP client env block. The invite code 'agent' is required to register at heurist.ai/dev-access.

Mesh agents are unavailable or timeout

Check network connectivity to the Heurist API endpoint and confirm your API key has active quota at the Heurist developer dashboard.

Frequently Asked Questions about Heurist Agent Framework

What is Heurist Agent Framework?

Heurist Agent Framework is a Model Context Protocol (MCP) server that flexible multi-interface ai agent framework for building agents with reasoning, tool use, memory, deep research, blockchain interaction, mcp, and agents-as-a-service. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Heurist Agent Framework?

Follow the installation instructions on the Heurist Agent Framework GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Heurist Agent Framework?

Heurist Agent Framework works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Heurist Agent Framework free to use?

Yes, Heurist Agent Framework is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "heurist-agent-framework": { "command": "npx", "args": ["-y", "heurist-agent-framework"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Heurist Agent Framework?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides