Archion

by archionapp

216 downloads
Not rated
GitHub

About

AI-powered goal management MCP server. Break down goals into phases and tasks, track progress, report blockers, and export plans — all from your AI assistant.

Details

Author
archionapp
Downloads
216
Categories
Other, Productivity, Project Management, AI

- List all goals with progress
- View phases and tasks for a goal
- Get pending tasks filtered by goal or date
- Complete or uncomplete tasks
- Add new tasks to a phase
- Report or clear task blockers
- Export goals as markdown

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Archion
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

1. Obtain an API key from https://archionapp.com/dashboard/settings.
2. Add the MCP configuration to your AI client (the specific config key is not detailed in the README).
3. Invoke any of the listed tools (e.g., list_goals, get_goal_detail, add_task) from your assistant.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "archion": {
            "archion": {
                "url": "https://archionapp.com/api/mcp",
                "headers": {
                    "x-api-key": "<YOUR_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "archion": {
        "url": "https://archionapp.com/api/mcp",
        "headers": {
            "x-api-key": "<YOUR_API_KEY>"
        }
    }
}

Archion MCP Server

Connect your AI assistant to Archion for goal and task management.

Tools:
• list_goals — List all goals with progress
• get_goal_detail — Get phases and tasks for a goal
• get_pending_tasks — Get pending tasks (filter by goal/date)
• complete_task / uncomplete_task — Toggle task status
• add_task — Add a new task to a phase
• report_blocker / clear_blocker — Manage task blockers
• export_goal_markdown — Export goal as markdown

Setup:
1. Get your API key from https://archionapp.com/dashboard/settings
2. Add the MCP config to your AI client
3. Requires Pro or Team plan

REST API also available at /api/v1/*
Docs: https://archionapp.com/docs

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.