Skip to main content
ClaudeWave

Official remote MCP server for Stellary project management and AI agent workflows.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Anymfah/stellary-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "stellary-mcp": {
      "command": "node",
      "args": ["/path/to/stellary-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Anymfah/stellary-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Stellary Project Management MCP Server

[![Validate MCP listing](https://github.com/Anymfah/stellary-mcp/actions/workflows/validate.yml/badge.svg)](https://github.com/Anymfah/stellary-mcp/actions/workflows/validate.yml)
[![MCP Registry](https://img.shields.io/badge/MCP-Official%20Registry-7c6cff)](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Anymfah%2Fstellary-project-management/versions/latest)

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.

- **Endpoint:** `https://api.stellary.co/mcp`
- **Transport:** Streamable HTTP
- **Authentication:** Bearer personal access token (PAT)

[Official MCP Registry listing](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Anymfah%2Fstellary-project-management/versions/latest) ·
[Documentation](https://stellary.co/docs/mcp/) ·
[Guide en français](README.fr.md)

## What you can do

- Discover projects, columns, cards, documents, and cockpit state.
- Create and update cards, move work, assign teammates, and add comments.
- Inspect sprints, priorities, agent status, and pending proposals.
- Run governed agent missions with workspace rules and approval policies.
- Use installed workspace integrations from eligible agent sessions.

The exact tool list is resolved at connection time. It depends on the token's
scopes, the user's project access, the workspace configuration, and—when using
an agent identity—the agent's tool policy.

## Connect in three steps

1. Sign in to [Stellary](https://app.stellary.co), then open
   **Account settings → API tokens**.
2. Create a token. Read access starts with `projects:read` and
   `pilotage:read`; select write scopes only when the client needs them.
3. Add the hosted endpoint and the token to your MCP client.

### Claude Code

```bash
claude mcp add stellary \
  --transport streamable-http \
  https://api.stellary.co/mcp \
  --header "Authorization: Bearer YOUR_STELLARY_TOKEN"
```

### Cursor and JSON-based clients

```json
{
  "mcpServers": {
    "stellary": {
      "url": "https://api.stellary.co/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_STELLARY_TOKEN"
      }
    }
  }
}
```

A reusable example is available in
[`examples/mcp-client.json`](examples/mcp-client.json).

## Recommended first request

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.

## Security

- Treat Stellary tokens like passwords. Never commit a real token to a repository.
- Start with read-only scopes and use an expiry date.
- Use a dedicated token per MCP client so it can be revoked independently.
- All requests are still subject to Stellary permissions and rate limits.

For a vulnerability, follow [SECURITY.md](SECURITY.md). For setup questions,
email [support@stellary.co](mailto:support@stellary.co).

## About this repository

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.

The metadata and documentation in this repository are licensed under the MIT
License. Use of the hosted service is governed by the
[Stellary terms](https://stellary.co/terms/).
ai-agentsdeveloper-toolsmcpmodel-context-protocolproductivityproject-management

Lo que la gente pregunta sobre stellary-mcp

¿Qué es Anymfah/stellary-mcp?

+

Anymfah/stellary-mcp es mcp servers para el ecosistema de Claude AI. Official remote MCP server for Stellary project management and AI agent workflows. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala stellary-mcp?

+

Puedes instalar stellary-mcp clonando el repositorio (https://github.com/Anymfah/stellary-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Anymfah/stellary-mcp?

+

Anymfah/stellary-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Anymfah/stellary-mcp?

+

Anymfah/stellary-mcp es mantenido por Anymfah. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a stellary-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega stellary-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Anymfah/stellary-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/anymfah-stellary-mcp)](https://claudewave.com/repo/anymfah-stellary-mcp)
<a href="https://claudewave.com/repo/anymfah-stellary-mcp"><img src="https://claudewave.com/api/badge/anymfah-stellary-mcp" alt="Featured on ClaudeWave: Anymfah/stellary-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a stellary-mcp