Skip to main content
Glama

Mode Manager MCP

GitHub Copilot Memory Tool

Finally, Copilot that actually remembers you.

Perfect timing for 2025: VS Code now loads instructions with every message. This tool gives Copilot persistent memory across all your conversations.

    

If you are missing python or pipx you better do this first!

Why This Matters Now

2025 Game Changer: VS Code's new behavior loads custom instructions with every chat request (not just session start). This means:

  • Your memories are ALWAYS active in every conversation
  • No more repeating context when you start new chats
  • Copilot truly knows you across sessions, topics, and projects
  • Perfect timing - built for the new instruction loading behavior

See It In Action

Before this tool:

"Hey Copilot, write me a Python function..."
Copilot: Gives generic Python code

After using remember:

You: "Remember I'm a senior data architect at Oatly, prefer type hints, and use Black formatting"
Next conversation: "Write me a Python function..."
Copilot: Generates perfectly styled code with type hints, following your exact preferences

Dead Simple to Use

One command does everything:

Ask Copilot: "Remember that I prefer detailed docstrings and use pytest for testing"

That's it. Copilot now knows this forever, across all future conversations.

What You Can Remember:

  • Work context - Your role, company, current projects
  • Coding preferences - Languages, frameworks, style guides
  • Project details - Architecture decisions, naming conventions
  • Personal workflow - How you like to work, debug, test

How It Works Behind the Scenes

  1. Auto-setup - Creates memory.instructions.md in your VS Code prompts directory on first use
  2. Smart storage - Each memory gets timestamped and organized
  3. Always loaded - VS Code's 2025 behavior means your memories are included in every chat request
  4. Cross-session persistence - Your memories survive VS Code restarts and new conversations

Bonus Features

Beyond memory, this tool also manages your VS Code prompt ecosystem:

  • Curated library - 20+ professional chatmodes and instructions
  • File management - Create, edit, and organize .chatmode.md and .instructions.md files
  • Stay updated - Update files from source while keeping your customizations

Get It Running (2 Minutes)

If you don't even have python, you need to install that first. You can get it at python.org/downloads

1. Install pipx from PyPI

pip install pipx

2. Click on the bade for your VS Code

.. Or manually add it to your VS Code

Add this to your VS Code MCP settings (mcp.json):

{ "servers": { "mode-manager": { "command": "pipx", "args": [ "run", "mode-manager-mcp" ] } } }

That's it! Start chatting with Copilot and use: "Remember that..."

Bonus ..

As a convenience, you can run the following prompt in VS Code to get started in the best way:

/mcp.mode-manager.onboarding

This will guide you through the onboarding process, set up your persistent memory, and ensure Copilot knows your preferences from the start.

Perfect Timing for 2025

This tool is built specifically for VS Code's new behavior where custom instructions load with every chat message. This makes persistent memory incredibly powerful - your memories are always active, no matter what topic you're discussing.


Ready to have Copilot that actually remembers you? Get started now!

Contributing

Want to help improve this tool? Check out CONTRIBUTING.md for development setup and guidelines.

License

MIT License - see LICENSE for details.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

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

MCP Memory Agent Server - A VS Code chatmode and instruction manager with library integration

  1. Why This Matters Now
    1. See It In Action
      1. Dead Simple to Use
        1. What You Can Remember:
      2. How It Works Behind the Scenes
        1. Bonus Features
          1. Get It Running (2 Minutes)
            1. 1. Install pipx from PyPI
            2. 2. Click on the bade for your VS Code
            3. .. Or manually add it to your VS Code
            4. Bonus ..
          2. Perfect Timing for 2025
            1. Contributing
              1. License

                Related MCP Servers

                • A
                  security
                  F
                  license
                  A
                  quality
                  This MCP server provides persistent memory integration for chat applications by utilizing a local knowledge graph to remember user information across interactions.
                  Last updated -
                  9
                  48,132
                  5
                  JavaScript
                • -
                  security
                  F
                  license
                  -
                  quality
                  An MCP server that gives AI assistants the ability to remember user information (preferences, behaviors) across conversations using vector search technology.
                  Last updated -
                • A
                  security
                  F
                  license
                  A
                  quality
                  An MCP server that enhances AI agents' coding capabilities by providing zero hallucinations, improved code quality, security-first approach, high test coverage, and efficient context management.
                  Last updated -
                  15
                  24
                  1
                  TypeScript
                • -
                  security
                  F
                  license
                  -
                  quality
                  A MCP Server that gives AI assistants the ability to remember information about users across conversations using vector search technology.
                  Last updated -

                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/NiclasOlofsson/mode-manager-mcp'

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