开发者上下文管理服务器

开发者上下文管理服务器

帮助开发者跨会话管理项目上下文的MCP服务器。

快速入门

安装与运行

  1. 克隆仓库:git clone https://github.com/tejpalvirk/contextmanager.git
  2. 安装依赖:npm install
  3. 构建项目:npm run build
  4. 启动服务:

cd developer node developer_index.js


## 使用 Docker
构建镜像:`docker build -t mcp/developer -f developer/Dockerfile .`
运行容器:`docker run --rm -i mcp/developer`

## 基本命令
- 开始会话:`Start a new development session for me.`
- 加载上下文:`Load the context for the UserProfile component.`
- 结束会话:`End my development session.`

更多功能和配置请参考 README 文档。