archy

rebelopsio/archy
★ 0 stars Unknown language 🔌 API Integration Updated today
archy is an extensible AI assistant for managing a markdown vault from Neovim and the CLI. Built on the Claude Agent SDK, it orchestrates Linear, GitHub, Google Calendar, and other systems into structured notes — daily briefs, meeting prep, review queues — via composable Skills, MCP servers, and typed blocks.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "archy": {
      "command": "npx",
      "args": [
        "-y",
        "rebelopsio/archy"
      ]
    }
  }
}

README Excerpt

archy is an extensible AI assistant for managing a markdown vault from Neovim and the CLI. Built on the Claude Agent SDK, it orchestrates Linear, GitHub, Google Calendar, and other systems into structured notes — daily briefs, meeting prep, review queues — via composable Skills, MCP servers, and typed blocks.