Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Ascend Server

БесплатноНе проверен

Connects Claude to Ascend job search data, providing read-only access to job applications, resume, dashboard stats, and analytics.

GitHubEmbed

Описание

Connects Claude to Ascend job search data, providing read-only access to job applications, resume, dashboard stats, and analytics.

README

Connect Claude (Desktop, Code, or agents) to your Ascend job search data.

What it does

Gives Claude read-only access to:

  • Job applications — list, filter by status, get full details with AI analysis
  • Resume — your base resume in JSON Resume format
  • Dashboard stats — totals, interview counts, match scores
  • Analytics — trends and period-over-period comparisons

Setup

1. Get your API key

  1. Open Ascend → Settings → Claude AI Integration
  2. Click Generate Key and copy the key (shown once)

2. Install dependencies

cd mcp
npm install

3. Configure Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "ascend": {
      "command": "node",
      "args": ["/absolute/path/to/ascend/mcp/src/index.js"],
      "env": {
        "ASCEND_API_URL": "https://ascend.workingensemble.ca/api/mcp",
        "ASCEND_API_KEY": "your_key_here"
      }
    }
  }
}

4. Configure Claude Code

claude mcp add ascend \
  -e ASCEND_API_URL=https://ascend.workingensemble.ca/api/mcp \
  -e ASCEND_API_KEY=your_key_here \
  -- node /absolute/path/to/ascend/mcp/src/index.js

Local development

ASCEND_API_URL=http://localhost:4000/api/mcp \
ASCEND_API_KEY=your_key_here \
node mcp/src/index.js

Test with MCP Inspector

cd mcp
ASCEND_API_URL=http://localhost:4000/api/mcp ASCEND_API_KEY=your_key \
  npx @modelcontextprotocol/inspector node src/index.js

Available Tools

Tool Description
list_applications List applications with optional status filter
get_application Full details for one application including AI analysis
get_resume Your base resume in JSON Resume format
get_dashboard_stats Total applications, interviews, offers, avg match score
get_analytics_overview Trends and analytics for a date range

Example prompts

  • "How many job applications do I have in total?"
  • "Show me applications where I'm currently interviewing"
  • "What's my average job match score?"
  • "Summarize my resume"
  • "How has my application rate changed over the last month?"

from github.com/cben0ist/ascend-mcp

Установка Ascend Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/cben0ist/ascend-mcp

FAQ

Ascend Server MCP бесплатный?

Да, Ascend Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Ascend Server?

Нет, Ascend Server работает без API-ключей и переменных окружения.

Ascend Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Ascend Server в Claude Desktop, Claude Code или Cursor?

Открой Ascend Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Ascend Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai