stellary-mcp
Connect AI assistants and coding agents to live Stellary projects through the Model Context Protocol, exposing tools for project, board, collaboration, cockpit, and agent-mission operations while preserving existing permissions.
README
Stellary Project Management MCP Server
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 · Documentation · Guide en français
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
- Sign in to Stellary, then open Account settings → API tokens.
- Create a token. Read access starts with
projects:readandpilotage:read; select write scopes only when the client needs them. - Add the hosted endpoint and the token to your MCP client.
Claude Code
claude mcp add stellary \
--transport streamable-http \
https://api.stellary.co/mcp \
--header "Authorization: Bearer YOUR_STELLARY_TOKEN"
Cursor and JSON-based clients
{
"mcpServers": {
"stellary": {
"url": "https://api.stellary.co/mcp",
"headers": {
"Authorization": "Bearer YOUR_STELLARY_TOKEN"
}
}
}
}
A reusable example is available in
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. For setup questions, email 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.