io.github.exp78/telldone✓
io.github.exp78/telldone · 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": "io.github.exp78/telldone",
"description": "Voice-first planning — notes, tasks, events and AI reports. 21 tools. iOS + Apple Watch.",
"repository": {
"url": "https://github.com/exp78/telldone-mcp",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "telldone-mcp",
"version": "1.0.0",
"transport": {
"type": "streamable-http",
"url": "https://api.telldone.app/mcp/user/mcp"
},
"environmentVariables": [
{
"description": "Bearer token from app.telldone.app -> Settings -> AI Agents (MCP)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TELLDONE_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}