I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

AgentWong_Optimized-Memory-MCP-serverv2
Mirror ofhttps: //github.com/agentwong/optimized-memory-mcp-serverv2
0
Github Watches
1
Github Forks
0
Github Stars
optimized-memory-mcp-serverv2
This is a personal project to test Claude AI's ability to self-write an MCP Server code for its own use.
This is a Python-based Model Context Protocol (MCP) server implementation designed to work with Claude Desktop as an MCP client.
Project Structure
mcp_server/
├── README.md # Project documentation
├── requirements.txt # Project dependencies
├── server.py # Main server implementation
├── tests/ # Test directory
│ ├── __init__.py
│ ├── test_resources.py
│ └── test_tools.py
├── docs/ # Documentation
│ └── CONVENTIONS.md # Implementation conventions
└── src/ # Source code
├── __init__.py
├── resources/ # Resource implementations
│ └── __init__.py
├── tools/ # Tool implementations
│ └── __init__.py
└── utils/ # Utility functions
└── __init__.py
Getting Started
-
Ensure Python 3.13.1 is installed:
python --version # Should show 3.13.1
-
Install uvx if not already installed:
pip install uvx
-
Clone this repository:
git clone https://github.com/AgentWong/optimized-memory-mcp-serverv2.git cd optimized-memory-mcp-serverv2
-
Create and activate a virtual environment:
python -m venv .venv source .venv/bin/activate # On Unix/macOS # or .venv\Scripts\activate # On Windows
-
Install dependencies:
pip install -r requirements.txt pip install -r requirements-dev.txt # For development
-
Initialize the database:
alembic upgrade head
-
Run the server:
uvx run python -m src.main
Development
Follow the conventions outlined in docs/CONVENTIONS.md
for implementation details and best practices.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
Ein einheitliches API-Gateway zur Integration mehrerer Ethercan-ähnlicher Blockchain-Explorer-APIs mit Modellkontextprotokoll (MCP) für AI-Assistenten.
Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.
Reviews

user_UNJ6IeVr
I've been using AgentWong_optimized-memory-mcp-serverv2 and it's truly impressive. Developed by MCP-Mirror, this server enhances memory optimization significantly, resulting in smoother performance. For any MCP applications, this is a game-changer. Highly recommend checking it out at https://github.com/MCP-Mirror/AgentWong_optimized-memory-mcp-serverv2.