Cover image
AgentWong_Optimized-Memory-MCP-Serverv2
Public

AgentWong_Optimized-Memory-MCP-Serverv2

Try Now
2025-01-02

镜像://github.com/agentwong/optimized-memory-mcp-serverv2

3 years

Works with Finder

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

  1. Ensure Python 3.13.1 is installed:

    python --version  # Should show 3.13.1
    
  2. Install uvx if not already installed:

    pip install uvx
    
  3. Clone this repository:

    git clone https://github.com/AgentWong/optimized-memory-mcp-serverv2.git
    cd optimized-memory-mcp-serverv2
    
  4. Create and activate a virtual environment:

    python -m venv .venv
    source .venv/bin/activate  # On Unix/macOS
    # or
    .venv\Scripts\activate  # On Windows
    
  5. Install dependencies:

    pip install -r requirements.txt
    pip install -r requirements-dev.txt  # For development
    
  6. Initialize the database:

    alembic upgrade head
    
  7. Run the server:

    uvx run python -m src.main
    

Development

Follow the conventions outlined in docs/CONVENTIONS.md for implementation details and best practices.

相关推荐

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

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • XLwebDev.com
  • PR Professional: Guiding You to Get Media Placements and Publicity Quickly and Effectively

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

    Reviews

    3 (1)
    Avatar
    user_UNJ6IeVr
    2025-04-16

    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.