MCP Server for Atono — connect AI systems to your team’s workflow intelligence platform.
763
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
Make sure you have Docker installed.
Run:
docker pull lex4atono/atono-mcp-server
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"
}
}
}
Content type
Image
Digest
sha256:597604853…
Size
125.6 MB
Last updated
6 months ago
docker pull lex4atono/atono-mcp-server