Skip to main content
Glama
georgehenze

Cycleo MCP server

by georgehenze

Cycleo MCP server

Cycleo 向けの配布可能な読み取り専用 MCP アダプターです。このサーバーは、許可リストに登録された小さなツールサーフェスを公開し、ユーザースコープの OAuth ベアラートークンを使用して Cycleo のバージョン管理された JSON API を呼び出します。

このリポジトリには 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 をローカルの Cycleo API に設定してください。

Related MCP server: sprout-mcp

本番環境の境界

MCP サーバーは Cycleo のパスワードを受け取ったり保存したりすることはなく、Cycleo のデータベースに接続することもありません。OAuth ベアラートークンを受け入れ、GET /auth/me を通じて ID を検証し、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