Docs

MCP

The public API and MCP are on every plan — Free included. Bring the tools you already trust; we don't ship a chatbot, and we never train on your work.

Streamable HTTP at https://sahnga.com/mcp. Same personal access token as the REST API. The MCP handler validates the token and calls the internal services directly — it never forwards that token to /api/v1.

Mint a token in account settings, then drop this into Cursor's mcp.json:

{
  "mcpServers": {
    "sahnga": {
      "url": "https://sahnga.com/mcp",
      "headers": {
        "Authorization": "Bearer sng_YOUR_TOKEN"
      }
    }
  }
}

Tools

  • list_projects

    Projects the token owner can see.

  • list_tasks

    Tasks in a project.

  • get_task

    One task by id.

  • search_tasks

    Title prefix search.

  • create_task

    Create a task. Write scope.

  • update_task

    Update a task. Write scope.

  • add_comment

    Comment on a task. Write scope.

  • my_tasks

    Tasks assigned to you.

Sahnga still ships no chatbot and never trains on workspace data. The token is yours. Every write is attributed to you.