Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about stellary-mcp

What is Anymfah/stellary-mcp?

+

Anymfah/stellary-mcp is mcp servers for the Claude AI ecosystem. Official remote MCP server for Stellary project management and AI agent workflows. It has 0 GitHub stars and was last updated today.

How do I install stellary-mcp?

+

You can install stellary-mcp by cloning the repository (https://github.com/Anymfah/stellary-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Anymfah/stellary-mcp safe to use?

+

Anymfah/stellary-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Anymfah/stellary-mcp?

+

Anymfah/stellary-mcp is maintained by Anymfah. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to stellary-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy stellary-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

stellary-mcp alternatives