Loading MCP server directory, please wait...
Give your AI coding tools your team's product context: stories, bugs, epics, and glossary.
npx @getmcp/cli add io.atono/atono-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
X_API_KEYAtono API key. Create one in workspace settings under Manage API keys. Treat it as a password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.atono/atono-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"X_API_KEY",
"docker.io/atonoio/atono-mcp-server:1.1.1"
],
"env": {
"X_API_KEY": ""
}
}
}
}