Skip to main content
Glama
workast
by workast

Workast MCP

CI

Agent MCP host for Workast. Exposes Model Context Protocol tools over Streamable HTTP at /mcp, authenticated with a Workast API key.

Public URL (agent deploy): https://agent.workast.com/mcp

A workspace-scoped API key locks tools to that workspace. Create a key in Workast under Preferences → API.

OAuth for end-user clients (mcp.workast.com) comes later. This host is API-key only.

Cursor

Add to your Cursor mcp.json:

{
  "mcpServers": {
    "workast": {
      "url": "https://agent.workast.com/mcp",
      "headers": {
        "Authorization": "Bearer ${env:WORKAST_API_KEY}"
      }
    }
  }
}

Set WORKAST_API_KEY in your environment (or Cursor’s env config) to a Workast secret API key.

Related MCP server: Arc Todo MCP

Tools

Tool

Description

ping

Health check (requires auth)

tasks_create

Create a task in a list (listId, text, plus optional TaskCreate fields)

Local development

nvm use
npm install
npm test
npm run build
npm run dev

Then point the MCP Inspector at Streamable HTTP → http://localhost:3000/mcp and send an Authorization: Bearer <your-api-key> header.

Contributing

See CONTRIBUTING.md.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • The official MCP Server from Mia-Platform to interact with Mia-Platform Console

  • MCP server for interacting with the Supabase platform

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Latest Blog Posts

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/workast/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server