Dex

v1.0.0Knowledge & Memorystable

Your AI Chief of Staff — a personal operating system starter kit that adapts to your role. No coding required.

ai-assistantanthropicclaude-codecursormcp
Share:
377
Stars
0
Downloads
0
Weekly
0/5

What is Dex?

Dex is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to your ai chief of staff — a personal operating system starter kit that adapts to your role. no coding required.

Your AI Chief of Staff — a personal operating system starter kit that adapts to your role. No coding required.

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

Features

  • Your AI Chief of Staff — a personal operating system starter

Use Cases

Personal operating system starter
Role-adaptive AI chief of staff
Personal knowledge management
davekilleen

Maintainer

LicenseNOASSERTION
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx dex

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 Dex

Dex is a personal operating system starter kit that positions your AI assistant as a Chief of Staff, maintaining structured knowledge about your projects, contacts, meetings, and tasks in a local Markdown vault. It ships with role-based slash commands (/daily-plan, /meeting-prep, /career-coach), integrations for Google Calendar and Granola meeting transcripts, and a task sync MCP server that keeps unique IDs consistent across your vault — no cloud subscription required for core functionality.

Prerequisites

  • Cursor (free tier or Pro) as your primary MCP client, or Claude Code (Claude Pro/Max subscription)
  • Git for cloning and updating the repository
  • Node.js 18+ for automation features
  • Python 3.10+ for the MCP servers and task sync functionality
  • macOS Command Line Tools (installed automatically on first run on macOS)
1

Clone the Dex repository

Clone Dex to your Documents folder. The installer expects this default location.

git clone https://github.com/davekilleen/dex.git ~/Documents/dex
cd ~/Documents/dex
2

Run the installer

The install script sets up the Python virtual environment, installs MCP server dependencies, and configures the vault structure.

chmod +x install.sh && ./install.sh
3

Open Dex in Cursor or Claude Code

Open the dex directory in Cursor as a project, or start Claude Code from the directory. The MCP servers are registered automatically via the project configuration.

# Claude Code
cd ~/Documents/dex && claude

# Or open in Cursor
cursor ~/Documents/dex
4

Run the onboarding slash command

Inside your AI client, run /setup to complete role-based onboarding. Dex will ask about your role and adapt its templates and commands accordingly.

/setup
5

Configure optional integrations

Enable Google Calendar integration for meeting prep, or connect Granola for automatic meeting transcript processing. Run /ai-setup to configure which AI models to use.

/ai-setup

Dex Examples

Client configuration

The Dex MCP servers are configured automatically by the installer in the project directory. The Work MCP server for task sync runs via the Python venv.

{
  "mcpServers": {
    "dex-work": {
      "command": "/Users/yourname/Documents/dex/.venv/bin/python",
      "args": ["-m", "core.mcp.work_server"],
      "cwd": "/Users/yourname/Documents/dex"
    }
  }
}

Prompts to try

Slash commands and natural language prompts that Dex is designed to handle.

- "/daily-plan" — generate today's prioritized task list from your vault
- "/meeting-prep" — prepare a briefing for your next calendar event
- "/career-coach" — get structured career development guidance
- "Sarah seemed worried about the timeline but interested in a Q2 pilot" — auto-routes to person and project pages
- "/dex-level-up" — discover features you have not used yet
- "/dex-update" — safely pull the latest Dex updates"

Troubleshooting Dex

Install script fails with Python not found or wrong version

Ensure Python 3.10+ is installed and available as `python3`. On macOS, install it via `brew install [email protected]`. On Windows, download from python.org and add it to PATH.

MCP servers not loading in Cursor or Claude Code

The installer writes MCP config to the project's .cursor/mcp.json or equivalent. Reopen the dex folder as the root project in your editor. If the Python venv path is wrong, re-run ./install.sh to regenerate it.

Google Calendar integration not working in /meeting-prep

Google Calendar MCP is macOS-only and requires running /ai-setup to configure credentials. Ensure you have granted calendar access when prompted during setup.

Frequently Asked Questions about Dex

What is Dex?

Dex is a Model Context Protocol (MCP) server that your ai chief of staff — a personal operating system starter kit that adapts to your role. no coding required. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Dex?

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

Which AI clients work with Dex?

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

Is Dex free to use?

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

Browse More Knowledge & Memory MCP Servers

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

Quick Config Preview

{ "mcpServers": { "dex": { "command": "npx", "args": ["-y", "dex"] } } }

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

Read the full setup guide →

Ready to use Dex?

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