mcp-servers

AsheTheWings/mcp-servers
★ 0 stars Python Memory/Knowledge Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-servers": {
      "command": "uvx",
      "args": [
        "mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install mcp-servers

README Excerpt

This repository contains independently installable local Model Context Protocol servers. - `design` manages linked design and requirements documents, implementation snapshots, and design-scoped memory over stdio. Python 3.11+ and [uv](https://docs.astral.sh/uv/) are required. ```sh uv sync --all-packages --group dev