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
π§ Persistent Memory
Your AI remembers everything about your project across sessions, powered by Qdrant vector search.
π€ Agent Orchestration
7 specialized agents β analyst, architect, developer, reviewer, tester, manager, researcher β ready to tackle complex tasks.
β‘ Skills System
Reusable LLM-powered tools with automatic secret injection from the encrypted vault.
π Encrypted Vault
AES-256-GCM secrets management with full audit trail. Never hardcode API keys again.
π Kanban Boards
AI-powered task management with sprint workflows, standup reports, and retrospectives.
π IDE Integration
Works with Windsurf, Cursor, and Claude Code via a single MCP endpoint.
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:
{
"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, elysiaArchitecture
ββββββββββββββββββββββββββββββββββββββββββββββββββββ
β 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
Getting Started
Installation, configuration, and your first 5 minutes with the platform.
Desktop App
Full guide to the Tauri desktop app β chat, memory, agents, kanban, and more.
IDE Setup
Connect Windsurf, Cursor, or Claude Code in under a minute.
MCP Tools Reference
Complete reference for all 60+ MCP tools.