Atono for Cursor
io.atono/atono-mcp-server
Give your AI coding tools your team's product context: stories, bugs, epics, and glossary.
client:Cursor
transport:stdio
runtime:oci
Install Atono in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atono-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/atonoio/atono-mcp-server:1.1.1"
],
"env": {
"X_API_KEY": "<X_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs