MCP.so
ログイン

optimized-memory-mcp-serverv2

@MCP-Mirror

optimized-memory-mcp-serverv2 について

Mirror of

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "AgentWong_optimized-memory-mcp-serverv2": {
      "command": "python",
      "args": [
        "--version",
        "#",
        "Should",
        "show",
        "3.13.1"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is optimized-memory-mcp-serverv2?

This is a Python-based Model Context Protocol (MCP) server implementation designed to work with Claude Desktop as an MCP client. It is a personal project to test Claude AI’s ability to self-write an MCP Server code for its own use.

How to use optimized-memory-mcp-serverv2?

Clone the repository, create a virtual environment with Python 3.13.1, install dependencies, run alembic upgrade head to initialize the database, and then run uvx run python -m src.main to start the server.

Key features of optimized-memory-mcp-serverv2

  • Python-based MCP server for Claude Desktop
  • Includes resource and tool implementations
  • Database initialization via Alembic migrations
  • Personal project testing AI self-code-writing

Use cases of optimized-memory-mcp-serverv2

  • Running as an MCP server for Claude Desktop
  • Testing Claude AI’s ability to self-write MCP server code
  • Exploring AI-assisted code generation workflows

FAQ from optimized-memory-mcp-serverv2

What Python version is required?

Python 3.13.1 is required.

How do I install the server?

First install uvx via pip install uvx, then clone the repository, create a virtual environment, and install the dependencies from requirements.txt.

How do I run the server?

Run uvx run python -m src.main after setting up the database with alembic upgrade head.

How is the database set up?

Run alembic upgrade head to initialize and apply migrations.

What is the purpose of this project?

It is a personal project to test Claude AI’s ability to self-write an MCP server code for its own use.

よくある質問

What Python version is required?

Python 3.13.1 is required.

How do I install the server?

First install `uvx` via `pip install uvx`, then clone the repository, create a virtual environment, and install the dependencies from `requirements.txt`.

How do I run the server?

Run `uvx run python -m src.main` after setting up the database with `alembic upgrade head`.

How is the database set up?

Run `alembic upgrade head` to initialize and apply migrations.

What is the purpose of this project?

It is a personal project to test Claude AI’s ability to self-write an MCP server code for its own use.

コメント

「メモリとナレッジ」の他のコンテンツ