Skip to main content
Glama
georgehenze

Cycleo MCP server

by georgehenze

Cycleo MCP server

Verteilbarer, schreibgeschützter MCP-Adapter für Cycleo. Der Server stellt eine kleine, auf eine Zulassungsliste beschränkte Tool-Oberfläche bereit und ruft Cycleos versionierte JSON-API mit dem benutzerbezogenen OAuth-Bearer-Token auf.

Dieses Repository enthält nur den MCP-Ressourcenserver. Cycleo bleibt der Autorisierungsserver und Dateneigentümer; die /oauth/*-Integration ist in docs/auth-integration.md dokumentiert und muss vor dem Produktionseinsatz eingerichtet werden.

Lokale Ausführung

cp .env.example .env
npm start

Der lokale Endpunkt ist http://localhost:8787/mcp. Öffnen Sie http://localhost:8787/connect einmal, um sich über Cycleo anzumelden. Der Server speichert nur den OAuth-Token-Satz lokal mit restriktiven Dateiberechtigungen und aktualisiert Zugriffstokens automatisch. Setzen Sie CYCLEO_API_BASE_URL auf eine lokale Cycleo-API, wenn Sie gegen ein lokales Checkout entwickeln.

Related MCP server: sprout-mcp

Produktionsgrenze

Der MCP server empfängt oder speichert niemals Cycleo-Passwörter und verbindet sich niemals mit der Cycleo-Datenbank. Er akzeptiert ein OAuth-Bearer-Token, validiert die Identität über GET /auth/me und leitet nur die auf der Zulassungsliste stehenden Lese-Routen in src/tools.mjs weiter.

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