New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

context-shuttle-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

context-shuttle-mcp

MCP Server for Context Shuttle - Bridge between browser extension and AI IDE (Cursor/Gemini)

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Context Shuttle MCP Server 🚀

Context Shuttle 是一套完整的 AI 上下文采集工具。此 MCP (Model Context Protocol) 服务器是连接 Chrome 浏览器扩展AI IDE (如 Cursor, Gemini, Windsurf) 的桥梁。

它允许开发人员捕获网页上下文(截图、文本、Bug 报告),并无缝传输给 AI 进行分析。

🌟 核心特性 (V0.0.2)

  • 零配置接入: 通过 npx 即可运行。
  • 自动读取感知 (Auto-Read): [New] AI 读取数据后状态自动流转,无需手动清理。
  • Git 工作流支持: 采集条目以“批次 (Batch)”为单位,符合开发习惯。
  • 多媒体支持: 支持文本和截图同步传输。

🚀 快速开始

无需下载源码,直接使用 npx 运行:

npx context-shuttle-mcp

服务器默认运行在 http://localhost:3333

⚙️ 在 AI IDE 中配置

Cursor / Gemini / Windsurf

在 MCP 设置中添加一个新的 Server:

  • Name: context-shuttle
  • Type: command
  • Command: npx -y context-shuttle-mcp@latest

🛠️ 开发者指南

本地开发

  • 克隆仓库: git clone https://github.com/julyCodeGo/context-shuttle.git
  • 进入目录: cd mcp-server
  • 安装依赖: npm install
  • 启动服务: npm start

技术栈

🔗 相关链接

License: MIT
Author: JulyCodeGo Team

Keywords

mcp

FAQs

Package last updated on 19 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts