{"id":29713545,"url":"https://github.com/gregorynative/cursor_mcp_in_action","last_synced_at":"2025-07-24T02:38:55.951Z","repository":{"id":303341417,"uuid":"1013229763","full_name":"GregoryNative/cursor_mcp_in_action","owner":"GregoryNative","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-07T05:34:04.000Z","size":14426,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-07T05:39:32.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GregoryNative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-03T14:57:19.000Z","updated_at":"2025-07-07T05:34:07.000Z","dependencies_parsed_at":"2025-07-07T05:50:13.878Z","dependency_job_id":null,"html_url":"https://github.com/GregoryNative/cursor_mcp_in_action","commit_stats":null,"previous_names":["gregorynative/cursor_mcp_in_action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GregoryNative/cursor_mcp_in_action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GregoryNative%2Fcursor_mcp_in_action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GregoryNative%2Fcursor_mcp_in_action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GregoryNative%2Fcursor_mcp_in_action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GregoryNative%2Fcursor_mcp_in_action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GregoryNative","download_url":"https://codeload.github.com/GregoryNative/cursor_mcp_in_action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GregoryNative%2Fcursor_mcp_in_action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266785556,"owners_count":23983830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-24T02:38:49.734Z","updated_at":"2025-07-24T02:38:55.943Z","avatar_url":"https://github.com/GregoryNative.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cursor MCP in Action\n\nA multi-component project demonstrating Cursor MCP (Model Context Protocol) integration with a React Native mobile app and Node.js server.\n\n## Project Structure\n\n```\ncursor-mcp-in-action/\n├── .cursor/                 # MCP configurations and rules\n├── gh-cli-mcp-server/       # Local MCP server with GitHub CLI tool\n├── react-native/            # Mobile application\n└── server/                  # Node.js server for products/orders/customers\n```\n\n### Components\n\n- **`.cursor/`** - Contains MCP configurations and workspace rules\n- **`gh-cli-mcp-server/`** - Local MCP server with a single tool to retrieve comments from GitHub CLI\n- **`react-native/`** - Mobile application for POS system\n- **`server/`** - Node.js server providing APIs for products, orders, and customers\n\n## Setup Instructions\n\n### 1. Install Dependencies\n\nRun `yarn` in each of the three main directories:\n\n```bash\n# Install dependencies for all components\ncd gh-cli-mcp-server \u0026\u0026 yarn\ncd ../react-native \u0026\u0026 yarn\ncd ../server \u0026\u0026 yarn\n```\n\n### 2. Start the Server\n\n```bash\ncd server\nyarn start\n```\n\n### 3. Configure React Native\n\n1. Get your server's IP address\n2. Update `react-native/src/constants.ts` with your server IP as `BASE_URL`\n\n### 4. Start React Native\n\n```bash\ncd react-native\nyarn start\n```\n\n### 5. Verify MCP Tools\n\nIn Cursor, check that all MCP tools are loaded and available for use.\n\n## Usage\n\nOnce all components are running:\n- The mobile app will connect to the Node.js server for data\n- The MCP server provides GitHub CLI integration for Cursor\n- Use Cursor with the loaded MCP tools for enhanced development experience\n\n## Development\n\nThis project demonstrates the integration of:\n- Model Context Protocol (MCP) servers\n- React Native mobile development\n- Node.js backend services\n- GitHub CLI automation through MCP tools ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregorynative%2Fcursor_mcp_in_action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregorynative%2Fcursor_mcp_in_action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregorynative%2Fcursor_mcp_in_action/lists"}