Atono MCP Server
OfficialIntegrates with GitHub Copilot in VS Code to interact with an Atono workspace, enabling management of stories, bugs, epics, subtasks, and other product context.
Integrates with OpenAI Codex to interact with an Atono workspace, providing tools for managing stories, bugs, epics, subtasks, and product context.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Atono MCP ServerWhat's the AI context for story ABC-123?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Atono MCP Server
Give your AI coding tools your team's product context.
Your AI tools are fast, confident, and guessing at how your product actually works. They can only act on the context they can reach — so they produce work that looks right, passes review, ships, and fails weeks later.
The Atono MCP server connects Claude Code, Claude Desktop, Cursor, VS Code, Copilot, Windsurf, and Codex directly to an Atono workspace. 41 tools for reading and writing stories, bugs, epics, subtasks, acceptance criteria, and timeboxes — plus the two things that actually change output quality: your workspace glossary of product concepts, and per-item AI context (design decisions, investigations, summaries).
Agents stop relearning your domain on every session.
Quick start
Prerequisites
Docker Desktop v27.0 or later, running in the background
An Atono API key — workspace settings → Manage API keys
An MCP-enabled tool
Claude Code
claude mcp add --transport stdio atono \
--env X_API_KEY=YOUR_ATONO_API_KEY \
-- docker run --pull=always -i --rm -e X_API_KEY atonoai/atono-mcp-server:latestRun /mcp to confirm Atono appears.
Claude Desktop
claude_desktop_config.json:
{
"mcpServers": {
"atono": {
"command": "docker",
"args": [
"run", "--pull=always", "-i", "--rm",
"-e", "X_API_KEY=YOUR_ATONO_API_KEY",
"atonoai/atono-mcp-server:latest"
]
}
}
}Cursor
One-step install via the Cursor MCP directory,
or add to mcp.json:
{
"mcpServers": {
"atono-mcp-server": {
"command": "docker",
"args": [
"run", "--pull=always", "-i", "--rm",
"-e", "X_API_KEY=YOUR_ATONO_API_KEY",
"atonoai/atono-mcp-server:latest"
]
}
}
}VS Code (GitHub Copilot)
Copilot Chat → Configure Tools → Add MCP Server → Docker Image → atonoai/atono-mcp-server:latest,
then use the same JSON in .vscode/mcp.json and restart the server.
Windsurf
Same JSON as Cursor, in mcp_config.json. Restart Windsurf.
OpenAI Codex
~/.codex/config.toml:
[mcp_servers.atono]
command = "docker"
args = ["run", "--pull=always", "-i", "--rm", "-e", "X_API_KEY", "atonoai/atono-mcp-server:latest"]
[mcp_servers.atono.env]
X_API_KEY = "YOUR_ATONO_API_KEY"Verify: ask your assistant "What Atono MCP tools are available?"
Updates: none required. --pull=always fetches the latest image on restart.
Related MCP server: Jira MCP Server
The 41 tools
Setup & context (5) atono_configuration · atono_list_users · atono_list_teams · atono_get_team_workflow · atono_get_glossary
Stories (10) atono_get_story · atono_list_story_personas · atono_create_story · atono_update_story_title · atono_update_story_content · atono_update_story_ac · atono_update_story_additional_content · atono_update_story_team · atono_update_story_step · atono_update_story_assignee
Bugs (7) atono_list_environments · atono_get_bug · atono_create_bug · atono_update_bug · atono_update_bug_step · atono_update_bug_assignee · atono_document_bug_fix
Epics (7) atono_create_epic · atono_get_epic · atono_update_epic_title · atono_update_epic_description · atono_update_epic_user_stories · atono_add_story_to_epic · atono_remove_story_from_epic
Subtasks (4) atono_get_subtasks · atono_create_subtask · atono_update_subtask · atono_delete_subtask
Attachments (3) atono_upload_file_url · atono_create_attachment · atono_get_attachment
Timeboxes (2) atono_list_timeboxes · atono_list_timebox_items
Linked items (1) atono_link_bugs_or_stories
AI context (2) atono_get_ai_context · atono_update_ai_context
Full reference: docs.atono.io/docs/atono-mcp-tools
Agent cautions
Always call
atono_get_ai_contextbeforeatono_update_ai_context.Some writes replace rather than append.
atono_update_story_acandatono_update_epic_user_storiesreplace all criteria/statements. Same foratono_update_epic_descriptionandatono_update_story_additional_content. Read first.The server reaches only the workspace the API key authenticates to. It exposes defined Atono actions and nothing else.
Treat API keys as passwords. Never commit them.
Agent actions are attributed and auditable — MCP-performed changes show "Performed by MCP server" in Activities, and the human driver stays the attributed author.
Plans
The MCP server works on every Atono plan, including Free (up to 25 users).
One thing worth knowing up front: Glossary and AI Context are a 30-day trial on the Free plan. Connect an agent to a Free workspace past its trial and you'll find the tools present but the context they fetch empty. That's a licensing state, not a bug — it's the most common surprise, so we'd rather say it here.
Free | Starter | Growth | |
MCP server & all 41 tools | ✓ | ✓ | ✓ |
Product Knowledge (Glossary + AI Context) | 30-day trial | ✓ | ✓ |
Price | $0, up to 25 users | $19/user/mo | $39/user/mo |
About Atono
Atono is the product engineering platform that keeps product context connected to the work, so your team and its AI agents build what you actually intend — not just what looks right.
A story in Atono carries its acceptance criteria, the feature flag controlling its rollout, the usage data proving whether it worked, and the AI context agents read — in one object. In a conventional stack those four live in four products, and the context is destroyed at every seam.
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceEnables LLM agents to manage projects, track issues, log work, and integrate with Git. Provides 23 MCP tools for full project management capabilities.16
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Jira instances via the Model Context Protocol, providing 36 tools for reading and writing issues, projects, sprints, metrics, and more.2342MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Jira Cloud projects, issues, sprints, and more through a curated set of 62 tools covering the full lifecycle of stories, epics, bugs, and sprints.GPL 3.0
- Alicense-qualityBmaintenanceEnables AI assistants to interact with Atlassian Jira via API token authentication, with 46 optimized tools across modular architecture for CRUD, agile, dashboard, and search operations.1171MIT
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/atono-io/atono-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server