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 验证身份,并且只转发 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