Skip to main content
Glama
georgehenze

Cycleo MCP server

by georgehenze

Cycleo MCP server

Распространяемый MCP-адаптер только для чтения для Cycleo. Сервер предоставляет небольшой набор разрешённых инструментов и вызывает версионируемый JSON API Cycleo с пользовательским OAuth-токеном доступа.

Этот репозиторий содержит только MCP-сервер ресурсов. Cycleo остаётся сервером авторизации и владельцем данных; интеграция /oauth/* описана в docs/auth-integration.md и должна быть настроена перед использованием в производстве.

Локальный запуск

cp .env.example .env
npm start

Локальная конечная точка: http://localhost:8787/mcp. Откройте http://localhost:8787/connect один раз, чтобы войти через Cycleo. Сервер хранит только набор OAuth-токенов локально с ограниченными правами доступа к файлам и автоматически обновляет токены доступа. Установите CYCLEO_API_BASE_URL на локальный API Cycleo при разработке с локальной копией.

Related MCP server: sprout-mcp

Границы производственной среды

MCP-сервер никогда не получает и не хранит пароли Cycleo и никогда не подключается к базе данных Cycleo. Он принимает OAuth-токен доступа, проверяет личность через GET /auth/me и передаёт только разрешённые маршруты чтения из src/tools.mjs.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Full-coverage, read-only MCP server for the Teamtailor recruitment API. Exposes 18 tools covering candidates, jobs, applications, offers, stages, departments, locations, users, and activities with strict input validation.
  • F
    license
    A
    quality
    C
    maintenance
    Read-only MCP server for the Sprout Social public API, exposing profile and post analytics as tools with raw JSON passthrough.
    5
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP server for Favro, providing tools to list organizations, collections, boards, cards, comments, checklists, and search cards via the Favro API.
    14
    14
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server for PostGrid Print & Mail, exposing constrained tools for ping, listing sub-organizations, and schema probing via the PostGrid API. Designed for Claude Cowork custom connectors with OAuth Individual sign-in.
    MIT

View all related MCP servers

Related MCP Connectors

  • Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/georgehenze/cycleo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server