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.

评论

记忆与知识 分类下的更多 MCP 服务器