Gyst MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gyst MCPlist my open tickets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Gyst MCP
Standalone Cursor MCP server for Gyst — list and update clients, projects, and tickets from your editor.
Quick start
Generate a token in Gyst → Settings → Cursor MCP.
Clone and build this repo:
git clone https://github.com/NathanHartkopf/gyst-mcp.git cd gyst-mcp npm install && npm run buildAdd 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; helpsget_projects_for_current_repowhen Cursor does not expose workspace roots
Restart Cursor to load the MCP server.
Related MCP server: zendesk-mcp
Legacy direct-KV mode
For local development against Vercel KV directly (not recommended for end users):
vercel env pull .env.mcp --environment=production --yesConfigure with GYST_ENV_FILE, KV_REST_API_URL, KV_REST_API_TOKEN, and ADMIN_EMAIL instead of GYST_API_TOKEN.
Tools
Tool | Description |
| List all clients (summary) |
| Full client details by ID |
| List projects, optional |
| Full project details by ID |
| Projects linked to the workspace GitHub repo |
| List tickets; optional filters |
| Full ticket details by ID |
| Full ticket details by key (e.g. |
| Create a ticket with auto-assigned key |
| Update ticket fields |
| Update project fields |
| Set a project's ticket status list |
| Change a ticket's status |
| Post an AI Dev comment on a project |
| Post an AI Dev comment on a ticket |
| 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.mjsTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read teams, spaces, lists and tasks; create, update and comment on tasks and track time.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
- AurentiaOAuthfr.aurentia
Your Aurentia workspace — projects, CRM, tasks, deliverables — in Claude, Cursor or any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables management of GitHub projects and issues using GitHub's GraphQL API. Supports creating/updating issues with images, managing labels and assignees, organizing ProjectsV2 boards, and updating project item statuses.2MIT
- AlicenseAqualityAmaintenanceEnables reading and writing Zendesk tickets, including searching, fetching comments, posting replies and internal notes, setting ticket status, assigning tickets, logging time, and formatting tickets as Markdown issue drafts for handoff to GitLab, GitHub, or Jira.295Apache 2.0
- AlicenseNot gradedqualityDmaintenanceIntegrates with EasyProject API to manage projects, tasks, users, time tracking, and reporting via MCP protocol in editors like Cursor AI.111MIT

Xalantis MCP Serverofficial
AlicenseAqualityBmaintenanceEnables managing support tickets from Claude, Cursor, and other AI tools, including listing, creating, updating, and replying to tickets.611MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NathanHartkopf/gyst-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server