Now with Auto-Update — v0.3.3

Where Humans & AI Agents Forge Tasks Together

Foundry is the AI-native task manager. Kanban boards for humans. MCP server for AI agents. One shared workspace, powered by local SQLite. Works offline. Your data stays yours.

foundry-mcp — AI Agent Session
$ mcp connect foundry
foundry: Connected to Foundry (sqlite)
$ generate_tasks_from_prompt "Build auth system"
foundry: Generated 4 tasks:
task_Lk8x: "Design login page" — priority: high
task_Mn9y: "Implement JWT auth" — priority: critical
task_Np0z: "Add user roles" — priority: medium
task_Oq1a: "Write auth tests" — priority: medium
$

Built for Both Worlds

Humans drag cards. AI agents call tools. Same source of truth.

Kanban Boards

Drag-and-drop columns with customizable workflows. Todo → Doing → Review → Done. Assign priorities, dates, tags, and notes.

MCP Protocol

28 tools exposed via stdio transport. AI agents can create, update, search, and analyze tasks natively. OpenCode, Claude, Cursor, Copilot ready.

Local-First

All data in a single SQLite file on disk. No cloud services. No accounts. Fully offline. Your data never leaves your machine.

Keyboard-First

Cmd+K search, Cmd+1-4 status moves, Cmd+N new task, Cmd+Shift+R reload, Cmd+B sidebar. Every action has a shortcut.

Beautiful by Default

Dark & light themes. Responsive Kanban. Built-in terminal.

Kanban board

Kanban Board

Project overview

Project Overview

Settings page

Settings & MCP Config

See It in Action

Watch Foundry in motion — Kanban, MCP, and more.

Connect Any MCP Client

Universal stdio transport. One config works across 6+ AI platforms.

opencode.json
{
  "mcp": {
    "foundry": {
      "type": "local",
      "command": ["node", "/path/to/Foundry/apps/mcp-server/dist/server.js"],
      "enabled": true
    }
  }
}

Download Foundry

Free and open-source. Cross-platform. No sign-up.

Windows

NSIS Installer

Linux

AppImage x64

macOS

DMG ARM64

Also available on GitHub Releases — scroll for past versions.