Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables listing and updating clients, projects, and tickets from your editor via Gyst's API.

README.md

Gyst MCP

Standalone Cursor MCP server for Gyst — list and update clients, projects, and tickets from your editor.

Quick start

  1. Generate a token in Gyst → Settings → Cursor MCP.
  1. Clone and build this repo:
   git clone https://github.com/NathanHartkopf/gyst-mcp.git
   cd gyst-mcp
   npm install && npm run build
  1. Add to ~/.cursor/mcp.json:
   {
     "mcpServers": {
       "gyst": {
         "command": "node",
         "args": ["/absolute/path/to/gyst-mcp/dist/index.js"],
         "env": {
           "GYST_API_URL": "https://gyst.nathanh.app",
           "GYST_API_TOKEN": "gyst_your_token_here",
           "GYST_WORKSPACE": "/absolute/path/to/your/repo"
         }
       }
     }
   }
  • GYST_API_TOKEN — personal token from Gyst Settings (scopes access to your account only)
  • GYST_API_URL — your Gyst deployment URL (defaults to production if omitted in code)
  • GYST_WORKSPACE — optional; helps get_projects_for_current_repo when Cursor does not expose workspace roots
  1. Restart Cursor to load the MCP server.

Legacy direct-KV mode

For local development against Vercel KV directly (not recommended for end users):

vercel env pull .env.mcp --environment=production --yes

Configure with GYST_ENV_FILE, KV_REST_API_URL, KV_REST_API_TOKEN, and ADMIN_EMAIL instead of GYST_API_TOKEN.

Tools

| Tool | Description | |------|-------------| | list_clients | List all clients (summary) | | get_client | Full client details by ID | | list_projects | List projects, optional clientId filter | | get_project | Full project details by ID | | get_projects_for_current_repo | Projects linked to the workspace GitHub repo | | list_tickets | List tickets; optional filters | | get_ticket | Full ticket details by ID | | get_ticket_by_key | Full ticket details by key (e.g. GYST-4) | | create_ticket | Create a ticket with auto-assigned key | | update_ticket | Update ticket fields | | update_project | Update project fields | | update_project_ticket_statuses | Set a project's ticket status list | | update_ticket_status | Change a ticket's status | | add_project_ai_dev_comment | Post an AI Dev comment on a project | | add_ticket_ai_dev_comment | Post an AI Dev comment on a ticket | | sync_ticket_dev_links | Scan GitHub repos for commits/PRs matching a ticket key |

Sample skill

See skills/complete-new-work/SKILL.md for a Cursor agent skill that discovers open tickets, asks for confirmation, and runs the full delivery workflow.

Development

npm run build
node scripts/test-mcp-tool.mjs

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.