Project-Managment

Ikhamzi/Project-Managment
★ 0 stars JavaScript Database Updated today
A small project & task manager. The same React app you'd expect, and an [MCP](https://modelcontextprotocol.io) server that lets an AI client (Claude Code, Claude Desktop, etc.) create, read, update and delete the exact same projects and tasks, in the exact same Postgres database, by calling tools and reading resources instead of clicking buttons.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "project-managment": {
      "command": "npx",
      "args": [
        "-y",
        "Ikhamzi/Project-Managment"
      ]
    }
  }
}

README Excerpt

A small project & task manager - the kind of app that normally has one front door (a browser talking to a REST API). This one has two: the same React app you'd expect, and an [MCP](https://modelcontextprotocol.io) server that lets an AI client (Claude Code, Claude Desktop, etc.) create, read, update and delete the

Tools (20)

DATABASE_URLGOOGLE_CLIENT_IDJWT_SECRETMCP_USER_EMAILNODE_ENVPORTPUBLIC_URLVITE_GOOGLE_CLIENT_IDadd_commentadd_team_membercreate_projectcreate_taskcreate_teamcreate_ticketdelete_projectdelete_taskdelete_ticketget_weekly_statslist_commentslist_projects
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →