← Back to Plugins
MCP Server MCP

io.github.exp78/telldone

github By github 👁 1 views ▲ 0 votes

Voice-first planning — notes, tasks, events and AI reports. 21 tools. iOS + Apple Watch.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...