Skip to main content
Glama

Optimized Memory MCP Server V2

by AgentWong
pyproject.toml741 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "optimized-memory-mcp-serverv2" version = "0.1.0" description = "A Python-based Model Context Protocol (MCP) server implementation" requires-python = ">=3.13.1" dependencies = [ "mcp>=1.0.0", "SQLAlchemy>=2.0.0", "alembic>=1.13.0", "uvx>=0.1.0" ] [project.scripts] mcp-server = "src.main:main" [tool.hatch.build.targets.wheel] packages = ["src"] [tool.black] line-length = 88 target-version = ['py313'] [tool.mypy] python_version = "3.13" strict = true warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true [tool.pytest.ini_options] minversion = "8.0" addopts = "-ra -q --cov=src" testpaths = ["tests"]

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/AgentWong/optimized-memory-mcp-serverv2'

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