Achriom✓
com.achriom/achriom · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.achriom/achriom",
"description": "The media memory layer for AI agents and their humans. Books, movies, music, shows, and anime.",
"title": "Achriom",
"repository": {
"url": "https://github.com/achriom/achriom-mcp",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://www.achriom.com/mcp",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.achriom.com/mcp?api_key={api_key}",
"variables": {
"api_key": {
"description": "Your Achriom API key. Get from app.achriom.com/settings → Connect to AI Tools",
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}