Agents Machine

Welcome to Agents Machine

AI agent platform with persistent memory, agent orchestration, and MCP integration for your IDE.

Agents Machine is an AI agent platform that gives your IDE persistent memory and specialized agents via the Model Context Protocol (MCP). It runs as a desktop application that bundles everything you need β€” no separate server setup required.

Key Features

Quick Start

Sign Up

Create an account at agents-machine.com and choose a plan.

Download & Install

Download the desktop app for your platform (macOS, Windows, or Linux) from your dashboard. The app handles all infrastructure automatically.

Connect Your IDE

Add the MCP server to your IDE configuration:

MCP Config
{
  "mcpServers": {
    "agents-machine": {
      "serverUrl": "http://localhost:3000/mcp"
    }
  }
}

Start Working

Your AI now has persistent memory, specialized agents, and 60+ tools. Try storing your first memory:

Store in memory: Our project uses React + TypeScript with Elysia.js backend.
Category: architecture, Tags: stack, react, elysia

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚              Desktop App (Tauri)                  β”‚
β”‚                                                   β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”‚
β”‚  β”‚  Chat   β”‚  β”‚ Memory  β”‚  β”‚ Kanban / Vault   β”‚   β”‚
β”‚  β”‚  Panel  β”‚  β”‚ Browser β”‚  β”‚ Skills / Logs    β”‚   β”‚
β”‚  β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β”‚
β”‚       β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜              β”‚
β”‚                    β–Ό                              β”‚
β”‚           MCP Server (sidecar)                    β”‚
β”‚           port 3000 (HTTP + stdio)                β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                     β”‚
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β–Ό            β–Ό            β–Ό
   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
   β”‚ Qdrant  β”‚ β”‚PostgreSQLβ”‚ β”‚ Your IDE β”‚
   β”‚ :6333   β”‚ β”‚  :5432   β”‚ β”‚(via MCP) β”‚
   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

The desktop app spawns the MCP server as a sidecar process. Your IDE connects over HTTP at http://localhost:3000/mcp. All data stays on your machine.

Explore the Docs

On this page