MCP Server for Atono — connect AI systems to your team’s workflow intelligence platform.
445
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.
For instructions and configuration examples, see the Atono MCP Server documentation.
{
"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"
}
}
}
Content type
Image
Digest
sha256:b93094a0a…
Size
62.8 MB
Last updated
16 days ago
docker pull atonoio/atono-mcp-server