Simply MCP

A TypeScript framework for building MCP servers

A lightweight TypeScript framework for building servers that implement the Model Context Protocol (MCP). It provides structured tools and abstractions for managing context-aware data models, enabling efficient synchronization and communication between clients and servers in real-time applications.

# Install curl -LsSf https://astral.sh/uv/install.sh | sh git clone https://github.com/noname9091/simply.git cd simply uv venv source .venv/bin/activate uv pip install -e . # Create test database python -m simply.create_test_db