The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Stellary Project Management MCP Server listing page.
Connect AI assistants and coding agents to live Stellary projects through the Model Context Protocol (MCP). The hosted server exposes project, board, collaboration, cockpit, and agent-mission tools while preserving Stellary's existing permissions.
https://api.stellary.co/mcpOfficial MCP Registry listing · Documentation · Guide en français
An OAuth connection can authorize Me, one or more active workspace agents, or both. The exact tool list is resolved at connection time and checked again for the identity selected on every call. It depends on OAuth scopes, project access, workspace configuration, and each agent's tool and autonomy policies.
A reusable example is available in
examples/mcp-client.json. Marketplace install
and PAT fallback scopes are documented below.
This repository is the Cursor Plugin wrapper for the hosted Streamable HTTP
endpoint. It does not start a local stdio or npx server.
Until the listing is public, symlink this repo into
~/.cursor/plugins/local/stellary or add the same hosted URL to Cursor MCP
settings / ~/.cursor/mcp.json:
Cursor discovers OAuth from Stellary metadata. The Marketplace package therefore
ships no Bearer header and no ${STELLARY_TOKEN} placeholder.
Create a dedicated token from Account settings → API tokens. Start with
projects:read and pilotage:read. Add write scopes only when the client
needs them. Keep the secret in user MCP settings — never in this repository:
The publish checklist for marketplace-publishing@cursor.com / the publish
form is in CURSOR_SUBMISSION.md.
Ask the client to list your Stellary projects. This confirms authentication and project visibility without changing data. Then ask it to inspect one project's columns and cards before enabling write scopes.
For a vulnerability, follow SECURITY.md. For setup questions, email support@stellary.co.
This repository is also the public discovery source for agent plugin
directories. OAuth-capable surfaces point at the hosted Streamable HTTP endpoint
without embedding a secret. Legacy PAT configuration remains documented for
clients that cannot complete remote OAuth. None starts a local stdio/npx
server.
| Surface | Files |
|---|---|
| cursor.directory / Open Plugins | .mcp.json |
| Cursor Marketplace | .cursor-plugin/plugin.json, mcp.json, skills/stellary/SKILL.md, CURSOR_SUBMISSION.md |
| Claude Code Plugin Directory | .claude-plugin/plugin.json, .claude-plugin/marketplace.json, .mcp.json |
| Gemini CLI Extensions | gemini-extension.json |
| skills.sh / ClawHub | SKILL.md (npx skills add Anymfah/stellary-mcp) |
| Grok Build | .grok-plugin/plugin.json |
| GitHub Copilot / Agent Plugins | plugin.json |
| OpenAI Plugins / Codex | plugins/stellary/.codex-plugin/plugin.json, plugins/stellary/.mcp.json |
Only set STELLARY_TOKEN when a client cannot use OAuth. Never commit a real
token. A 400×400 listing icon is in
assets/logo-400.png.
This public repository is the canonical discovery and configuration source for Stellary's hosted MCP server. It contains the official MCP Registry manifest, client examples, documentation, and automated availability checks. The hosted Stellary application and server implementation are not distributed from this repository.
Thin plugin manifests for Grok Build and GitHub Copilot live in
.mcp.json, .grok-plugin/plugin.json,
and plugin.json. They point at the hosted endpoint
https://api.stellary.co/mcp (Streamable HTTP with OAuth, plus PAT
compatibility). A 400×400 listing icon is in
assets/logo-400.png.
The metadata and documentation in this repository are licensed under the MIT License. Use of the hosted service is governed by the Stellary terms.