開発メモリサーバー
概要
プロジェクト間で永続的な開発メモリを提供するMCPサーバー。開発コンテキスト、コード変更、ユーザーインタラクションを自動的にキャプチャし、整理します。
現在の状況
⚠️ブロック中: 現在、ファイルシステムへのアクセスとJSONレスポンスの処理に問題が発生しています。詳細はハンドオフドキュメントをご覧ください。
クイックリンク
設定
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm start
プロジェクト構造
.
├── src/
│ ├── core/ # Core functionality
│ │ ├── store.ts # Storage implementation
│ │ ├── context.ts # Context management
│ │ └── types.ts # Type definitions
│ ├── sdk/ # MCP SDK integration
│ └── index.ts # Main server
├── docs/ # Documentation
└── scripts/ # Utility scripts
開発タイムライン
フェーズ1:堅牢性(2025年1月) - 現在
フェーズ2:インテリジェンス(2025年2月)
フェーズ3:統合(2025年3月)
接触
ステータス: ファイルシステムの問題によりブロックされています
優先度: 高 - 開発コンテキストのキャプチャをブロックする
場所: /Users/chetpaslawski/Documents/VS Code Projects/dev-memory-server
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
プロジェクト全体の開発コンテキスト、コードの変更、ユーザー操作を自動的にキャプチャして整理する永続的な開発メモリ サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA custom Memory MCP Server that acts as a cache for Infrastructure-as-Code information, allowing users to store, summarize, and manage notes with a custom URI scheme and simple resource handling.Last updated -231MIT License
- AsecurityFlicenseAqualityA powerful context management system that maintains persistent context across coding sessions, helping development teams track project structure, dependencies, and progress.Last updated -65
- AsecurityAlicenseAqualityEnables AI assistants to maintain persistent project context across sessions by storing and retrieving structured information in markdown files organized in a memory bank directory.Last updated -455Apache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that provides structured workflow tools for managing software development projects through different complexity levels, offering specialized modes for project planning, design, implementation, and documentation.Last updated -51,7501