Skip to main content
Glama

Dev Memory MCP Server

by TrackerXXX23

開発メモリサーバー

概要

プロジェクト間で永続的な開発メモリを提供する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
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

プロジェクト全体の開発コンテキスト、コードの変更、ユーザー操作を自動的にキャプチャして整理する永続的な開発メモリ サーバー。

  1. 概要
    1. 現在の状況
      1. クイックリンク
        1. 設定
          1. プロジェクト構造
            1. 開発タイムライン
              1. 接触

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  A server for task orchestration and coordination, facilitating task management with dependencies, multi-instance collaboration, and persistent task tracking.
                  Last updated -
                  7
                  17
                  JavaScript
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  The Claude Dev Server enables direct interaction with the file system within a specified workspace, allowing users to perform file and directory operations and implement code artifacts in software development using natural language commands.
                  Last updated -
                  2
                  Python
                  MIT License
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  An MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.
                  Last updated -
                  1
                  Python
                  • Linux
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A server for managing project documentation and context across Claude AI sessions through global and branch-specific memory banks, enabling consistent knowledge management with structured JSON document storage.
                  Last updated -
                  5
                  7
                  TypeScript
                  MIT License

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/TrackerXXX23/dev_memory_mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server