{
  "markdown": "# Working Machines MCP Server for Cursor\n\nOfficial Cursor plugin repository for [Working Machines](https://www.workingmachines.dev).\n\nConnect Cursor to **1,400+ apps** and **15,000+ machine-ready tools remotely** through one secure, hosted Model Context Protocol (MCP) server.\n\n<p align=\"center\">\n  <img src=\"plugins/working-machines/assets/logo.png\" alt=\"Working Machines Logo\" width=\"128\" height=\"128\" />\n</p>\n\n---\n\n## Remote Access to 1,400+ Apps & 15,000+ Tools\n\nWorking Machines provides the application layer for AI agents. Through a single remote MCP connection (`https://app.workingmachines.dev/mcp`), your agent gets instant access to 1,400+ integrations and 15,000+ structured actions across:\n\n- **Team Collaboration**: Slack, Gmail, Google Workspace, Microsoft Teams, Notion\n- **Development & Cloud**: GitHub, GitLab, Sentry, Jira, AWS, Vercel, Datadog\n- **Projects & Productivity**: Linear, Asana, Trello, ClickUp, Monday.com\n- **Commerce & CRM**: Salesforce, HubSpot, Stripe, Shopify, Zendesk\n- **Data & Analytics**: Snowflake, BigQuery, PostgreSQL, Airtable, Pinecone\n\n---\n\n## Safety & Security Architecture\n\nWorking Machines is engineered from the ground up for safe, enterprise-grade AI execution:\n\n### 🛡️ 1. Your Credentials Are Not Context\n- **Zero Local Secret Storage**: API keys, OAuth tokens, and secret credentials stay behind the Working Machines execution boundary.\n- **Context Protection**: Credentials never enter your Cursor chat context, prompt buffers, or local workspace files.\n\n### 🔒 2. Scoped Capabilities & Policy Enforcement\n- **Intent-Based Access**: Agents discover only the minimal actions required for the task at hand rather than loading full provider schemas.\n- **Provider-Native Scopes**: Connect accounts once with provider-bound permissions (e.g. create issues only).\n- **Execution Policies**: Allow, reject, or require approval for actions before any call leaves the execution boundary.\n\n### 📋 3. Verifiable & Auditable Run History\n- **Structured Proof**: Every action execution produces a structured, redacted, and auditable record.\n- **Execution Visibility**: Tracks who acted, which connection was used, what changed, timing, and policy decisions for complete transparency.\n\n---\n\n## Repository Structure\n\nThis repository follows the official Cursor plugin marketplace format:\n\n```text\nworking-machines/\n├── .cursor-plugin/\n│   └── marketplace.json\n├── plugins/\n│   └── working-machines/\n│       ├── .cursor-plugin/\n│       │   └── plugin.json\n│       ├── assets/\n│       │   └── logo.png\n│       ├── skills/\n│       │   └── working-machines/\n│       │       └── SKILL.md\n│       ├── mcp.json\n│       └── README.md\n├── scripts/\n│   └── validate-template.mjs\n├── README.md\n├── CHANGELOG.md\n├── LICENSE\n├── NOTICE\n└── .gitignore\n```\n\n---\n\n## Agent Workflow\n\nCursor agents follow the Working Machines discovery and execution sequence:\n\n```text\nlist_apps\n      ↓\nlist_connections\n      ↓\nsearch_actions\n      ↓\nget_action_guide\n      ↓\nexecute_action\n      ↓\nverify result\n```\n\n1. **`list_apps`**: Discover available applications and tool integrations.\n2. **`list_connections`**: Verify active account authorizations and permissions.\n3. **`search_actions`**: Find machine actions by intent.\n4. **`get_action_guide`**: Retrieve validated schemas and input parameters.\n5. **`execute_action`**: Execute the action securely behind the boundary.\n6. **Verify Result**: Audit the structured execution response.\n\n---\n\n## Validation\n\nVerify repository manifest and component compliance:\n\n```bash\nnode scripts/validate-template.mjs\n```\n\n---\n\n## Documentation & Links\n\n- **Website**: [https://www.workingmachines.dev](https://www.workingmachines.dev)\n- **Cursor Integration Guide**: [https://www.workingmachines.dev/agents/cursor](https://www.workingmachines.dev/agents/cursor)\n- **Documentation**: [https://www.workingmachines.dev/docs](https://www.workingmachines.dev/docs)\n- **App Dashboard**: [https://app.workingmachines.dev](https://app.workingmachines.dev)\n\n---\n\n## License & Notice\n\n- Open-source plugin wrapper licensed under the [MIT License](LICENSE).\n- See the [NOTICE](NOTICE) file regarding proprietary hosted infrastructure details.\n",
  "bytes": 4183,
  "sha": "698cadbfd9705df470cede6265368e1560d408e68b682aac1b5918c0c2d6e430",
  "repo_slug": "klei30/working-machines",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_klei30_working_machines_f41b1551/readme"
}