Sign inSign up

lex4atono/atono-mcp-server

By lex4atono

Updated 6 months ago

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

Image
Machine learning & AI
0

763

lex4atono/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

Getting started

  1. Make sure you have Docker installed.

  2. Run:

    docker pull lex4atono/atono-mcp-server
    
  3. Configure your AI application:

    {
      "atono-mcp-server": {
        "command": "docker",
        "args": ["run","-i","--rm", "-e", "X_API_KEY", "lex4atono/atono-mcp-server"],
        "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:597604853

Size

125.6 MB

Last updated

6 months ago

docker pull lex4atono/atono-mcp-server