Sign inSign up

atonoio/atono-mcp-server

By atonoio

•Updated 16 days ago

MCP Server for Atono — connect AI systems to your team’s workflow intelligence platform.

Image
0

445

atonoio/atono-mcp-server repository overview

⁠MCP Server for Atono

The Atono MCP Server bridges your AI-enabled applications and Atono. It provides a secure, real-time interface for AI systems to access and act on data within your Atono workspace.

The server supports both STDIO and SSE protocols (defaulting to STDIO) and runs as a Docker container for easy setup and execution.

⁠Documentation

For instructions and configuration examples, see the Atono MCP Server documentation⁠.

⁠Getting started

  1. Make sure you have Docker installed.
  2. Configure your AI Application. For example:
{
  "atono-mcp-server": {
    "command": "docker",
    "args": [
       "run",
       "--pull=always",
       "-i",
       "--rm",
       "-e",
       "X_API_KEY",
       "atonoai/atono-mcp-server:latest"],
    "env": {
      "X_API_KEY": "Your Atono key. See https://docs.atono.io/docs/manage-api-keys/ to get one"
    }
  }
}

Tag summary

Content type

Image

Digest

sha256:b93094a0a…

Size

62.8 MB

Last updated

16 days ago

docker pull atonoio/atono-mcp-server