Skip to main content
Glama
PoyoAPI

PoYo MCP Server

Official
by PoyoAPI

PoYo Devtools

Official PoYo CLI, stdio MCP bridge, and Agent Skill. Model schemas and pricing are discovered from the hosted PoYo Capability Catalog.

Workspace

  • @poyoapi/core: Catalog, chat, generation-task, account, and credential client.

  • @poyoapi/cli: Catalog-driven poyo command with chat SSE support.

  • @poyoapi/mcp: Local stdio bridge to the hosted PoYo MCP server.

  • poyo-ai-models: Agent workflow for discovering and safely executing PoYo models.

Related MCP server: superskills-mcp

Development

pnpm install
pnpm build
pnpm typecheck
pnpm test

Refresh production artifacts before release:

pnpm sync:catalog
pnpm generate:skills
pnpm skill:check

Publishing to npm

The three public packages are published together with the same version:

  • @poyoapi/core

  • @poyoapi/mcp

  • @poyoapi/cli

Configure an npm Trusted Publisher for each package with:

  • Organization or user: PoyoAPI

  • Repository: poyo-devtools

  • Workflow: publish.yml

  • Environment: npm

For a stable release, prepare and push the release commit:

pnpm release:stable -- 0.1.0
git push

Then run the Publish npm packages GitHub Actions workflow with:

dist_tag: latest
confirmation: publish:0.1.0:latest

For a prerelease, set all package versions to the same prerelease version and run the workflow with the beta tag, for example:

dist_tag: beta
confirmation: publish:0.2.0-beta.1:beta

The workflow validates the version, refreshes the production catalog, builds and tests the workspace, packs the packages in dependency order, and publishes them with npm provenance. No long-lived NPM_TOKEN secret is required when the Trusted Publishers are configured.

A
license - permissive license
-
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

View all related MCP servers

Related MCP Connectors

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

  • Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

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/PoyoAPI/poyo-devtools'

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