taskwing

Ordinath/taskwing
★ 0 stars Python 💻 Code/Dev Tools Updated today
Standalone MCP server for multi-tenant task and project management. SQLite + FTS5, server-side privilege model, plug-and-play for any MCP-aware client.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "taskwing": {
      "command": "uvx",
      "args": [
        "taskwing"
      ]
    }
  }
}

Or install with pip: pip install taskwing

README Excerpt

Standalone MCP server for multi-tenant task and project management. SQLite + FTS5, no network deps, plug-and-play with any MCP-aware client (Claude Code, Claude Desktop, Cursor, Cline, …). - **Workspaces** auto-created from an env var — one per chat / agent / project, isolated by default. - **Projects** that can be **shared across workspaces** through a many-to-many join, so one project can live in multiple agents at once.

Tools (5)

TASKWING_DB_PATHTASKWING_PRIVILEGEDTASKWING_WORKSPACEdefaultworkspace_current