Odel
Atono

Atono

Local
@atono-ioDockerfileApache-2.0Updated 2w ago

Give your AI coding tools your team's product context: stories, bugs, epics, and glossary.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/atonoio/atono-mcp-server:1.1.1

Run

docker run -i --rm docker.io/atonoio/atono-mcp-server:1.1.1

MCP client config

{
  "mcpServers": {
    "atono": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/atonoio/atono-mcp-server:1.1.1"
      ]
    }
  }
}